@@ -61,9 +61,9 @@ namespace Bussiness.Model.MES.IC
[Comment("使用机型")]
public string? use_model { get; set; }
/// <summary>
- /// 排序
+ /// 群组优先级
/// </summary>
- [Comment("排序")]
+ [Comment("群组优先级")]
public int order_num { get; set; }