houshuai
2025-07-07 c9a3d872c8476060e5877f9fff107ac2ef39e307
src/main/java/org/jeecg/modules/mes/entity/MesWorkReporting.java
@@ -58,14 +58,17 @@
    private Integer delFlag;
   /**订单ID*/
   @Excel(name = "订单ID", width = 15)
    @Dict(dictTable = "mes_production_order", dicCode = "id", dicText = "order_code")
    @ApiModelProperty(value = "订单ID")
    private String orderId;
   /**工单ID*/
   @Excel(name = "工单ID", width = 15)
    @Dict(dictTable = "mes_production_work_order", dicCode = "id", dicText = "work_order_code")
    @ApiModelProperty(value = "工单ID")
    private String workOrderId;
   /**产线ID*/
   @Excel(name = "产线ID", width = 15)
    @Dict(dictTable = "base_factory", dicCode = "id", dicText = "factory_name")
    @ApiModelProperty(value = "产线ID")
    private String factoryId;
   /**批次号*/
@@ -92,6 +95,7 @@
    private Date reportTime;
   /**线边仓ID*/
   @Excel(name = "线边仓ID", width = 15)
    @Dict(dictTable = "base_line_side_warehouse", dicCode = "id", dicText = "warehouse_name")
    @ApiModelProperty(value = "线边仓ID")
    private String warehouseId;
   /**成品下线打印状态*/