From 91fc6f65c712505f0b13e45d66e917e2645ae1c3 Mon Sep 17 00:00:00 2001 From: pulg <plg@Haninfo> Date: 星期四, 10 七月 2025 18:17:27 +0800 Subject: [PATCH] Merge branch 'master' of http://121.37.118.194:8000/r/WMSPrjInstance/HH-0014_NongFu_QingXi --- HH.WCS.QingXiNongfu/wms/WCSModel.cs | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 42 insertions(+), 0 deletions(-) diff --git a/HH.WCS.QingXiNongfu/wms/WCSModel.cs b/HH.WCS.QingXiNongfu/wms/WCSModel.cs index 2dbd375..d91d58b 100644 --- a/HH.WCS.QingXiNongfu/wms/WCSModel.cs +++ b/HH.WCS.QingXiNongfu/wms/WCSModel.cs @@ -276,12 +276,52 @@ /// 寮冪敤锛�鏀逛负璁板綍涓婃搴撳尯- /// </summary> public string TagOver { get; internal set; } = ""; + public DateTime? TagOverTime { get; internal set; } public string S_BQ_TRAY_TYPE { get; internal set; } = ""; /// <summary> /// 鍘傚 /// </summary> public string S_CJ_NAME { get; set; } + } + + [SuGG("鍗婃垚鍝佸尯鍩熻〃")] + public class BcpQyOrder : BaseModel + { + /// <summary> + /// 浜х嚎鍙�+ /// </summary> + public string SQL_PLineNo { get; set; } + + /// <summary> + /// 搴撳尯 + /// </summary> + public string S_AREA_CODE { get; set; } + + /// <summary> + /// 鎺�+ /// </summary> + public int N_ROW { get; set; } + + /// <summary> + /// 鍗充骇鍗崇敤 N Y --鐜板湪鍙樻垚鏄惁鏄嚜鍔ㄨВ缁�+ /// </summary> + public string SQL_UsingNow { get; set; } + + /// <summary> + /// 鏄惁鍚敤 N Y + /// </summary> + public string C_ENABLE { get; set; } + + /// <summary> + /// 浼樺厛绾�+ /// </summary> + public int N_PRI { get; set; } + + /// <summary> + /// 鎵樼洏绫诲瀷 绌烘/婊℃ + /// </summary> + public string S_CNTR_TYPE { get; set; } } [SuGG("鍘傚鏃堕棿琛�)] @@ -503,8 +543,10 @@ [SuGG("搴撳簱杞繍")] public class YWLZXtake : BaseModel { + public string SQL_WorkNo { get; set; } public string S_START_AREA { get; set; } public int N_START_ROW { get; set; } + public int N_END_ROW { get; set; } public string S_ZZ_AREA { get; set; } public string S_END_AREA { get; set; } public string S_ZX_STATE { get; set; } -- Gitblit v1.9.1