From 0aa54059b26e6641196e9953490dd18616e916e3 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期三, 10 九月 2025 17:26:47 +0800 Subject: [PATCH] 精简修正代码 --- Dto/ErpKc.cs | 31 +++++++++++++++---------------- 1 files changed, 15 insertions(+), 16 deletions(-) diff --git a/Dto/ErpKc.cs b/Dto/ErpKc.cs index a6845de..a784e04 100644 --- a/Dto/ErpKc.cs +++ b/Dto/ErpKc.cs @@ -1,17 +1,16 @@ -锘縩amespace NewPdaSqlServer.Dto +锘縩amespace NewPdaSqlServer.Dto; + +public class ErpKc { - public class ErpKc - { - public string? FMaterialId { get; set; } - public string? FStockId { get; set; } - public string? FMtoNo { get; set; } - public string? FLot { get; set; } - public string? FStockUnitId { get; set; } - public string? FBaseUnitId { get; set; } - public string? FStockStatusId { get; set; } - public string? FBASEQTY { get; set; } - public string? FSTOREURNOM { get; set; } - public string? FSTOREURNUM { get; set; } - public string? FStockOrgId { get; set; } - } -} + public string? FMaterialId { get; set; } + public string? FStockId { get; set; } + public string? FMtoNo { get; set; } + public string? FLot { get; set; } + public string? FStockUnitId { get; set; } + public string? FBaseUnitId { get; set; } + public string? FStockStatusId { get; set; } + public string? FBASEQTY { get; set; } + public string? FSTOREURNOM { get; set; } + public string? FSTOREURNUM { get; set; } + public string? FStockOrgId { get; set; } +} \ No newline at end of file -- Gitblit v1.9.3