From 2b0d3b1a9f62e5ec48e4b559f95b3d4bdc3bee09 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周二, 01 4月 2025 10:45:22 +0800 Subject: [PATCH] 打印支持 10张 --- SDA/iWareSda/Devices/4-Station/StationModel/DB/Items/Write/StationDBForWriteComm.cs | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/SDA/iWareSda/Devices/4-Station/StationModel/DB/Items/Write/StationDBForWriteComm.cs b/SDA/iWareSda/Devices/4-Station/StationModel/DB/Items/Write/StationDBForWriteComm.cs index ba4a6ee..83a956e 100644 --- a/SDA/iWareSda/Devices/4-Station/StationModel/DB/Items/Write/StationDBForWriteComm.cs +++ b/SDA/iWareSda/Devices/4-Station/StationModel/DB/Items/Write/StationDBForWriteComm.cs @@ -18,6 +18,30 @@ [Description("绔欑偣缂栧彿")] public string StationCode { get; set; } + ///// <summary> + ///// 浜哄伐鏀捐 + ///// </summary> + //[Description("浜哄伐鏀捐")] + //public string W_PersonAllow { get; set; } + + /// <summary> + /// 鎵爜璁板綍娓呴櫎 + /// </summary> + [Description("鎵爜璁板綍娓呴櫎")] + public string W_PartClear { get; set; } + + /// <summary> + /// NG鍖呮爣璁� + /// </summary> + [Description("NG鍖呮爣璁�")] + public string W_NgFlag { get; set; } + + /// <summary> + /// 琛ユ澘宸ヤ綅鍏佽杩涙澘 + /// </summary> + [Description("琛ユ澘宸ヤ綅鍏佽杩涙澘")] + public string W_AllowIn { get; set; } + /// <summary> /// 璇荤爜鏁版嵁瑙f瀽瀹屾垚 /// </summary> -- Gitblit v1.9.3