From 6075d101b47a4c1dcfe08e535e0772f33ed2d392 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期四, 09 十一月 2023 13:45:06 +0800 Subject: [PATCH] 应收退款单:删除时判断单据是否审核,若已审核则删除失败 --- WebAPI/Models/StationBill.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/WebAPI/Models/StationBill.cs b/WebAPI/Models/StationBill.cs index 1e80503..d98c0e0 100644 --- a/WebAPI/Models/StationBill.cs +++ b/WebAPI/Models/StationBill.cs @@ -74,5 +74,7 @@ public long HMainInterID { get; set; } public long HPRDOrgID { get; set; } public double HmaterOutqty { get; set; } + public double HProcPriceRate { get; set; } + public int HTemporaryAreaID { get; set; } } } \ No newline at end of file -- Gitblit v1.9.1