From 4f885107a09211ed2f1379ad9d663ee0096f4383 Mon Sep 17 00:00:00 2001 From: ldw <11622064+ldw888@user.noreply.gitee.com> Date: Thu, 25 Sep 2025 17:22:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E6=A1=A3=E6=96=B9=E6=A1=88=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- JinYuan.Models/BGearEntity.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/JinYuan.Models/BGearEntity.cs b/JinYuan.Models/BGearEntity.cs index 75962a8..25c7c54 100644 --- a/JinYuan.Models/BGearEntity.cs +++ b/JinYuan.Models/BGearEntity.cs @@ -178,6 +178,8 @@ namespace JinYuan.Models /// MES返回电池档位 /// public string Mes_battery_Grade { get; set; } + // MES返回分选方案 + public string Mes_sorting_scheme { get; set; } public string appearance_standard { get; set; } //撕膜机 public string SM_cleaning_defocus_dist { get; set; }