From 8a53164b2ff75612596a7c65eda284b5a03e01f1 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期四, 24 七月 2025 23:31:04 +0800 Subject: [PATCH] Update SJService getPage method to return total count like LljService --- StandardPda/MES.Service/Modes/Womcaa.cs | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/StandardPda/MES.Service/Modes/Womcaa.cs b/StandardPda/MES.Service/Modes/Womcaa.cs index b46fb02..87476d1 100644 --- a/StandardPda/MES.Service/Modes/Womcaa.cs +++ b/StandardPda/MES.Service/Modes/Womcaa.cs @@ -513,8 +513,20 @@ public decimal? Isforcewholeset { get; set; } /// <summary> + /// 鍒嗗壊鍓嶅師璁㈠崟缂栧彿 + /// </summary> + [SugarColumn(ColumnName = "PREVMO")] + public string? PREVMO { get; set; } + + /// <summary> /// 1锛屾柊澧烇紱2锛屽彉鏇� /// </summary> [SugarColumn(ColumnName = "TYPEA")] public string? Typea { get; set; } + + /// <summary> + /// 鎺ㄩ�佹椂闂� + /// </summary> + [SugarColumn(ColumnName = "TS_DATE")] + public DateTime? TsDate { get; set; } } \ No newline at end of file -- Gitblit v1.9.3