From f248d4a25fb196149c9add083e74252d7334b37d Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期四, 05 六月 2025 17:31:45 +0800 Subject: [PATCH] 部分细节优化 --- api/ApiModel.cs | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/api/ApiModel.cs b/api/ApiModel.cs index 30b6b23..f20f1c9 100644 --- a/api/ApiModel.cs +++ b/api/ApiModel.cs @@ -339,24 +339,31 @@ /// </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> [JsonProperty("qualityGrade")] public string QualityGrade { get; set; } + /// <summary> + /// 鏂欑缂栧彿锛堝緟瀹氾級 + /// </summary> + [JsonProperty("cntrCode")] + public string CntrCode { get; set; } + ///// <summary> + ///// 浜х嚎鍙凤紙寰呭畾锛屽ソ杩愮鏈�鏉′骇绾匡紝瀵瑰簲2涓笅绾胯揣浣嶏紝杩欓噷鏆傚畾涓猴細3鍜�锛�+ ///// </summary> + //[JsonProperty("prodLineId")] + //public string ProdLineId { get; set; } } /// <summary> -- Gitblit v1.9.1