From cabcb499a03de83b62eb8c01a734a1f4049f1dcf Mon Sep 17 00:00:00 2001 From: yuyou_x <2336760928@qq.com> Date: 星期三, 13 三月 2024 11:49:30 +0800 Subject: [PATCH] Merge branch 'master' of https://gitee.com/liudongl/jc24-wms --- Wms/WMS.Entity/DataEntity/DataStockDetail.cs | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/Wms/WMS.Entity/DataEntity/DataStockDetail.cs b/Wms/WMS.Entity/DataEntity/DataStockDetail.cs index ccd3218..e839ce4 100644 --- a/Wms/WMS.Entity/DataEntity/DataStockDetail.cs +++ b/Wms/WMS.Entity/DataEntity/DataStockDetail.cs @@ -47,6 +47,20 @@ public string OwnerName { get; set; } /// <summary> + /// Desc:渚涘簲鍟嗙紪鍙� + /// Default: + /// Nullable:True + /// </summary> + public string SupplierNo { get; set; } + + /// <summary> + /// Desc:渚涘簲鍟嗗悕绉� + /// Default: + /// Nullable:True + /// </summary> + public string SupplierName { get; set; } + + /// <summary> /// Desc:鐗╂枡缂栫爜 /// Default: /// Nullable:True -- Gitblit v1.8.0