From eb744ecfecc0f1b6d9c0999c65bc740d93e30eda Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期三, 22 一月 2025 13:38:52 +0800 Subject: [PATCH] 新增接口 --- StandardPda/MES.Service/Dto/webApi/ErpDepots.cs | 29 +++++------------------------ 1 files changed, 5 insertions(+), 24 deletions(-) diff --git a/StandardPda/MES.Service/Dto/webApi/ErpDepots.cs b/StandardPda/MES.Service/Dto/webApi/ErpDepots.cs index b376646..e3c3d10 100644 --- a/StandardPda/MES.Service/Dto/webApi/ErpDepots.cs +++ b/StandardPda/MES.Service/Dto/webApi/ErpDepots.cs @@ -7,25 +7,7 @@ public string? FNumber { get; set; } public string? FName { get; set; } - - /// <summary> - /// 鎺ュ彛瀛楁璋冩暣锛氭爣鍑嗙増鎺ュ彛鏂板渚涘簲鍟唅d銆佸鎴穒d銆佹暟鎹姸鎬併�佸簱瀛樼姸鎬佺被鍨嬪瓧娈点�� - /// </summary> - /// <remarks> - /// 淇敼浜猴細<姹犲崡楠�> - /// 淇敼鏃ユ湡锛�<2024-12-30> - /// 淇敼璇存槑锛� - /// - 鍘熶唬鐮侊細绌� - /// - 淇敼鍚庯細 - ///public string? FSupplierId { get; set; } - ///public string? FCustomerId { get; set; } - ///public string? FDocumentStatus { get; set; } - ///public string? FStockStatusType { get; set; } - /// </remarks> - public string? FSupplierId { get; set; } - public string? FCustomerId { get; set; } - public string? FDocumentStatus { get; set; } - public string? FStockStatusType { get; set; } + public string? FAllowMinusQty { get; set; } public string? FPrincipal { get; set; } @@ -33,11 +15,10 @@ public string? FStockProperty { get; set; } public string? FForbidStatus { get; set; } + + public string? FDocumentStatus { get; set; } - public string? FGroup { get; set; } - - - public string? FCreateOrgId { get; set; } - + public string? IsLot { get; set; } + public string? FUseOrgId { get; set; } } \ No newline at end of file -- Gitblit v1.9.3