From 5612526544b3532c5efc9c002d1c97b4af286bd1 Mon Sep 17 00:00:00 2001
From: sjz <1240968267@qq.com>
Date: 星期二, 02 九月 2025 15:45:08 +0800
Subject: [PATCH] 分步式调拨
---
MES.Service/Dto/webApi/FbsDb/FbsDbA.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/MES.Service/Dto/webApi/FbsDb/FbsDbA.cs b/MES.Service/Dto/webApi/FbsDb/FbsDbA.cs
index 0e612ce..97b0f20 100644
--- a/MES.Service/Dto/webApi/FbsDb/FbsDbA.cs
+++ b/MES.Service/Dto/webApi/FbsDb/FbsDbA.cs
@@ -4,8 +4,8 @@
public class FbsDbA
{
- public string erpid { get; set; }
- public string type { get; set; }
+ public string Erpid { get; set; }
+ public string Type { get; set; }
public string? FBillNo { get; set; }
public string? FBillTypeID { get; set; }
public string? FDocumentStatus { get; set; }
@@ -15,7 +15,7 @@
public string? sq_bm { get; set; }
public string? FAPPORGID { get; set; }
public string? FDate { get; set; }
- public string? FCreateDate { get; set; }
+ public string? FCreateBy { get; set; }
public string? FOwnerTypeIdHead { get; set; }
public string? FOwnerTypeInIdHead { get; set; }
public string? FRemarks { get; set; }
--
Gitblit v1.9.3