在 `CurtainProductionOrderRequest.cs` 文件中,新增了 `SolderJointMax` 和 `HuSolderJointMax` 属性,分别用于表示每箱最大焊点盘数和每箱焊点总数。同时,添加了相关的 XML 注释以增强文档说明。
@@ -82,6 +82,16 @@ namespace wms.dto.request.fj
///芯股标记
///</summary>
public int ProdFlag { get; set; }
+
+ /// <summary>
+ /// 每箱最大焊点盘数
+ /// </summary>
+ public string SolderJointMax { get; set; }
+ /// 每箱焊点总数
+ public string HuSolderJointMax { get; set; }
}
public class ListBoxInfoItem