From dc600c6298a3231e05875813ec0fa2fa18151d84 Mon Sep 17 00:00:00 2001 From: pulg <plg@Haninfo> Date: 星期一, 14 七月 2025 10:14:38 +0800 Subject: [PATCH] 1 --- HH.WCS.QingXiNongfu/wms/WCSModel.cs | 103 +++++++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 91 insertions(+), 12 deletions(-) diff --git a/HH.WCS.QingXiNongfu/wms/WCSModel.cs b/HH.WCS.QingXiNongfu/wms/WCSModel.cs index fbc1113..d91d58b 100644 --- a/HH.WCS.QingXiNongfu/wms/WCSModel.cs +++ b/HH.WCS.QingXiNongfu/wms/WCSModel.cs @@ -2,10 +2,6 @@ using HH.WCS.QingXigongchang.util; using SqlSugar; using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace HH.WCS.QingXigongchang.wms { @@ -195,7 +191,9 @@ } } - + /// <summary> + /// 鍘熺墿鏂欏伐鍗曡〃 + /// </summary> [SuGG("鍘熺墿鏂欏伐鍗曡〃")] public class YWLWorkOrder : BaseModel { @@ -273,9 +271,78 @@ /// </summary> public int WorkType { get; internal set; } = 0; public string MidArea { get; internal set; } - public string TagOver { get; internal set; } + + /// <summary> + /// 寮冪敤锛�鏀逛负璁板綍涓婃搴撳尯- + /// </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("鍘傚鏃堕棿琛�)] + public class CjTimeOrder : BaseModel + { + /// <summary> + /// 鍘傚鍚嶇О + /// </summary> + public string S_CJ_NAME { get; set; } + /// <summary> + /// 鍘傚鏃堕棿 + /// </summary> + public DateTime T_CJ_TIME { get; set; } + /// <summary> + /// 鐗╂枡缂栫爜 + /// </summary> + public string S_ITEM_CODE { get; set; } + /// <summary> + /// 鐗╂枡鍚嶇О + /// </summary> + public string S_ITEM_NAME { get; set; } } [SuGG("鐡剁洊宸ュ崟琛�)] @@ -474,13 +541,25 @@ /// 鍘熺墿鏂欑焊绠辫浆杩愮Щ搴撱� /// </summary> [SuGG("搴撳簱杞繍")] - public class YWLZXtake: BaseModel + public class YWLZXtake : BaseModel { - public string S_START_AREA { get; set; } - public int N_START_ROW { get; set; } - public string S_ZZ_AREA { get; set; } - public string S_END_AREA { get; set; } - public string S_ZX_STATE { get; set; } + 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; } + + /// <summary> + /// 缂栫爜 鍚嶇О 鍘傚锛�鏈潵涓嶉渶瑕侊紝 涓轰簡ab鍖轰笉瓒虫椂锛岃Е鍙戣浆杩愩� 闃叉閲嶅鐗╂枡鍗曟嵁 + /// </summary> + public string S_ITEM_CODE { get; set; } + public string S_ITEM_NAME { get; set; } + /// <summary> + /// 鍘傚 + /// </summary> + public string S_CJ_NAME { get; set; } } -- Gitblit v1.9.1