From 00a72fff219241eb5b0405a066cc859d07cf7735 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期三, 17 九月 2025 10:23:44 +0800 Subject: [PATCH] 1111 --- entity/ErpMesKc.cs | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) diff --git a/entity/ErpMesKc.cs b/entity/ErpMesKc.cs index 35c9b96..93af660 100644 --- a/entity/ErpMesKc.cs +++ b/entity/ErpMesKc.cs @@ -11,9 +11,11 @@ [SugarColumn(ColumnName = "ID", IsPrimaryKey = true)] public Guid ID { get; set; } - [SugarColumn(ColumnName = "FNUMBER")] public string? FNumber { get; set; } + [SugarColumn(ColumnName = "FNUMBER")] + public string? FNumber { get; set; } - [SugarColumn(ColumnName = "FQTY")] public decimal? FQty { get; set; } + [SugarColumn(ColumnName = "FQTY")] + public decimal? FQty { get; set; } [SugarColumn(ColumnName = "FBASEUNIT")] public string? FBaseUnit { get; set; } @@ -21,14 +23,17 @@ [SugarColumn(ColumnName = "FSTOCKUNIT")] public string? FStockUnit { get; set; } - [SugarColumn(ColumnName = "FSTOCKID")] public string? FStockId { get; set; } + [SugarColumn(ColumnName = "FSTOCKID")] + public string? FStockId { get; set; } [SugarColumn(ColumnName = "CREATE_DATE")] public DateTime? CreateDate { get; set; } - [SugarColumn(ColumnName = "FBATCHNO")] public string? FBatchno { get; set; } + [SugarColumn(ColumnName = "FBATCHNO")] + public string? FBatchno { get; set; } - [SugarColumn(ColumnName = "FMTONO")] public string? FMtono { get; set; } + [SugarColumn(ColumnName = "FMTONO")] + public string? FMtono { get; set; } [SugarColumn(ColumnName = "FSTOCKSTATUS")] public string? FStockStatus { get; set; } @@ -41,4 +46,5 @@ [SugarColumn(ColumnName = "FSTOCKORGID")] public decimal? FStockOrgId { get; set; } -} \ No newline at end of file + +} -- Gitblit v1.9.3