新火炬后端单体项目初始化代码
houshuai
2025-07-07 c9a3d872c8476060e5877f9fff107ac2ef39e307
src/main/java/org/jeecg/modules/mes/entity/MesProductionWorkOrder.java
@@ -74,14 +74,17 @@
    private Double planQuantity;
   /**产线ID(冗余)*/
   @Excel(name = "产线ID(冗余)", width = 15)
    @Dict(dictTable = "base_factory", dicCode = "id", dicText = "factory_name")
    @ApiModelProperty(value = "产线ID(冗余)")
    private String factoryId;
   /**班组ID*/
   @Excel(name = "班组ID", width = 15)
    @Dict(dictTable = "base_shift_group", dicCode = "id", dicText = "group_name")
    @ApiModelProperty(value = "班组ID")
    private String groupId;
   /**班次ID(冗余)*/
   @Excel(name = "班次ID(冗余)", width = 15)
    @Dict(dictTable = "base_shift", dicCode = "id", dicText = "shift_name")
    @ApiModelProperty(value = "班次ID(冗余)")
    private String shiftId;
   /**排产日期*/