From 0f30df604503a259320c79d3d012957754bc5312 Mon Sep 17 00:00:00 2001 From: kyy <3283105747@qq.com> Date: 星期六, 26 七月 2025 10:55:04 +0800 Subject: [PATCH] 采购退货接口优化 --- MES.Service/Modes/Womcab.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/MES.Service/Modes/Womcab.cs b/MES.Service/Modes/Womcab.cs index 5288f84..64ed4b6 100644 --- a/MES.Service/Modes/Womcab.cs +++ b/MES.Service/Modes/Womcab.cs @@ -252,4 +252,10 @@ /// </summary> [SugarColumn(ColumnName = "TYPEB")] public string? Typeb { get; set; } + + /// <summary> + /// A锛屽垱寤� B锛屽鏍镐腑 C锛屽凡瀹℃牳 D锛岄噸鏂板鏍� Z锛屾殏瀛� + /// </summary> + [SugarColumn(ColumnName = "LW_WLBGY")] + public string? LW_WLBGY { get; set; } } \ No newline at end of file -- Gitblit v1.9.3