From 39524ad447f32505c24d56cd4de4ef707d2aca13 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期二, 03 六月 2025 17:28:27 +0800 Subject: [PATCH] 后端修复记录表问题 --- api/ApiModel.cs | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/api/ApiModel.cs b/api/ApiModel.cs index 30b6b23..54338ca 100644 --- a/api/ApiModel.cs +++ b/api/ApiModel.cs @@ -339,19 +339,16 @@ /// </summary> [JsonProperty("batchNo")] public string BatchNo { get; set; } - /// <summary> /// 鎵ц鏍囧噯 /// </summary> [JsonProperty("standard")] public string Standard { get; set; } - /// <summary> /// 鍑�惈閲� /// </summary> [JsonProperty("netWeight")] public string NetWeight { get; set; } - /// <summary> /// 璐ㄩ噺绛夌骇 /// </summary> -- Gitblit v1.9.1