From 8b7abd97e7b69800789134ed8e809e19a5b5ba74 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期三, 17 九月 2025 00:30:27 +0800 Subject: [PATCH] 111 --- 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