From 362fb69c690a2b36e251996f8b22d87e97d385ba Mon Sep 17 00:00:00 2001
From: cnf <3200815559@qq.com>
Date: 星期三, 12 二月 2025 16:06:33 +0800
Subject: [PATCH] 新增销售订单保存接口,销售退货通知单保存接口,销售发货通知单保存接口
---
MES.Service/Dto/webApi/ErpRohIn.cs | 17 ++++-------------
1 files changed, 4 insertions(+), 13 deletions(-)
diff --git a/MES.Service/Dto/webApi/ErpRohIn.cs b/MES.Service/Dto/webApi/ErpRohIn.cs
index bbd2c6b..da98c1d 100644
--- a/MES.Service/Dto/webApi/ErpRohIn.cs
+++ b/MES.Service/Dto/webApi/ErpRohIn.cs
@@ -14,22 +14,10 @@
public string? FPurchaseOrgId { get; set; }
public string? FPurchaseDeptId { get; set; }
public string? FPurchaserGroupId { get; set; }
- public string? Facctype { get; set; }
public string? FPurchaserId { get; set; }
-
- public string? F_UNW_Remarks_zlyq { get; set; }
-
- // public string? F_UNW_GYSLXR { get; set; }
- // public string? F_UNW_LXRDH { get; set; }
- // public string? FProviderJob { get; set; }
- // public string? FProviderPhone { get; set; }
- // public string? FProviderAddress { get; set; }
public string? FSettleId { get; set; }
public string? FChargeId { get; set; }
public string? FProviderEMail { get; set; }
- public string? F_UNW_Text_ysfs { get; set; }
- public string? F_UNW_BZ { get; set; }
- public string? F_UNW_Combo_zjmj { get; set; }
public string? FCancelStatus { get; set; }
public string? FCancellerId { get; set; }
public string? FCancelDate { get; set; }
@@ -40,8 +28,11 @@
public string? FApproverId { get; set; }
public string? FApproveDate { get; set; }
- public string? FCHANGEREASON { get; set; }
+ public string? FChangeReason { get; set; }
+ public string? FReceiveOrgId { get; set; }
//閲囪喘璁㈠崟A 閲囪喘璁㈠崟鍙樻洿鍗旴
public string? FBILLTYPE { get; set; }
+ public string? F_WWC_LARGETEXT { get; set; }
+ public string? F_WWC_TEXT { get; set; }
}
\ No newline at end of file
--
Gitblit v1.9.3