From b67787b031e357c60565d3e1aa8b829706e520e2 Mon Sep 17 00:00:00 2001 From: 海波 张 <2956280567@qq.com> Date: 星期五, 11 七月 2025 17:30:56 +0800 Subject: [PATCH] Mes接口修改 --- wms/WMSModel.cs | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/wms/WMSModel.cs b/wms/WMSModel.cs index d05e33a..5c3a029 100644 --- a/wms/WMSModel.cs +++ b/wms/WMSModel.cs @@ -1596,5 +1596,15 @@ public string Enable { get; set; } } + [ST("搴撳尯琛�)] + public class Area : BaseModel + { + //搴撳尯缂栫爜 + public string S_CODE { get; set; } + /// <summary> + /// 搴撳尯鍚嶇О + /// </summary> + public string S_NAME { get; set; } + } } \ No newline at end of file -- Gitblit v1.9.1