qiangxuan 3 недель назад
Родитель
Сommit
ec11412cee

+ 7 - 0
zgzt-sys-java/jeecg-module-conn/src/main/java/org/jeecg/modules/billetActual/entity/BilletHotsendChangeShift.java

@@ -182,4 +182,11 @@ public class BilletHotsendChangeShift implements Serializable {
 
     @ApiModelProperty(value = "班次吊运信息")
     private String liftingBillDetailsList;
+
+    // 班组定尺明细
+    @ApiModelProperty(value = "原始生产记录定尺信息")
+    private String sizeInfo;
+
+    @ApiModelProperty(value = "原始生产记录备注信息")
+    private String content;
 }