From 8e6bec9d0a8ae0eea1be319ad3ee972a0ba97c58 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期二, 23 十二月 2025 16:53:29 +0800
Subject: [PATCH] 物料信息:添加物料分类编号
---
MES.Service/Dto/webApi/ErpRohIn.cs | 24 +++++++++++++++++-------
1 files changed, 17 insertions(+), 7 deletions(-)
diff --git a/MES.Service/Dto/webApi/ErpRohIn.cs b/MES.Service/Dto/webApi/ErpRohIn.cs
index 9140ed1..37a52b9 100644
--- a/MES.Service/Dto/webApi/ErpRohIn.cs
+++ b/MES.Service/Dto/webApi/ErpRohIn.cs
@@ -2,11 +2,11 @@
public class ErpRohIn
{
- public string id { get; set; }
+ public string? id { get; set; }
public string? Type { get; set; }
- public string? FBillNo { get; set; }
+ public string FBillNo { get; set; }//閲囪喘鍗曞彿
public string? FDocumentStatus { get; set; }
- public string? FBillTypeID { get; set; }
+ public string FBillTypeID { get; set; }//鍗曟嵁绫诲瀷
public string? FBusinessType { get; set; }
public string? FDate { get; set; }
public string? FSupplierId { get; set; }
@@ -19,7 +19,7 @@
public string? FChargeId { get; set; }
public string? FProviderEMail { get; set; }
public string? Remarks { get; set; }
- public string? FCancelStatus { get; set; }
+ public string? FCancelStatus { get; set; }//浣滃簾鐘舵��
public string? FCancellerId { get; set; }
public string? FCancelDate { get; set; }
public string? FCreatorId { get; set; }
@@ -36,9 +36,19 @@
public string? FTContact { get; set; }
public string? Fmobilephone { get; set; }
- public string? FixedTelephone { get; set; }
+ public string? FixedTelephone { get; set; }//
- public string? Address { get; set; }
+ public string? FProviderAddress { get; set; }//渚涜揣鏂瑰湴鍧�
- public string? Acctype { 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? FACCTYPE { get; set; }// 楠屾敹鏂瑰紡
+ public string? F_UNW_Remarks_zlyq { 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? FUrgent_Material { get; set; }// 鎬ユ枡
}
\ No newline at end of file
--
Gitblit v1.9.3