From 971e03ccbe5124d4761f56e71025453d1d4742bc Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期三, 17 九月 2025 14:17:08 +0800 Subject: [PATCH] 111 --- entity/Inventory.cs | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/entity/Inventory.cs b/entity/Inventory.cs index b83279c..d818b72 100644 --- a/entity/Inventory.cs +++ b/entity/Inventory.cs @@ -1,7 +1,8 @@ -锘縩amespace NewPdaSqlServer.entity; - -public class Inventory +锘縩amespace NewPdaSqlServer.entity { - public string? ItemNo { get; set; } // 鏂欏彿 - public string? DepotCode { get; set; } // 浠撳簱 -} \ No newline at end of file + public class Inventory + { + public string? ItemNo { get; set; } // 鏂欏彿 + public string? DepotCode { get; set; } // 浠撳簱 + } +} -- Gitblit v1.9.3