From c97f5e8db6360135d481e933fdac5d3682057adc Mon Sep 17 00:00:00 2001 From: czw <selecti@yeah.net> Date: 星期二, 22 七月 2025 18:00:05 +0800 Subject: [PATCH] 1 --- HH.WCS.QingXiNongfu/wms/WCSModel.cs | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/HH.WCS.QingXiNongfu/wms/WCSModel.cs b/HH.WCS.QingXiNongfu/wms/WCSModel.cs index dba41a6..d91d58b 100644 --- a/HH.WCS.QingXiNongfu/wms/WCSModel.cs +++ b/HH.WCS.QingXiNongfu/wms/WCSModel.cs @@ -292,6 +292,36 @@ /// 浜х嚎鍙� /// </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("鍘傚鏃堕棿琛�)] -- Gitblit v1.9.1