干燥机配套车间生产管理系统/云平台服务端
zhuguifei
2024-11-29 339515558253d776769dc2e2560bbb4a0450c989
jeecg-module-dry/jeecg-module-dry-api/src/main/java/org/jeecg/modules/dry/entity/DryOrder.java
old mode 100644 new mode 100755
@@ -48,7 +48,7 @@
    private String code;
   /**药材*/
   @Excel(name = "药材", width = 15, dictTable = "dry_herb", dicText = "name", dicCode = "id")
   @Dict(dictTable = "dry_herb", dicText = "name", dicCode = "id")
   @Dict(dictTable = "dry_herb_formula", dicText = "name", dicCode = "id")
    @ApiModelProperty(value = "药材")
    private String herbId;
    /**药材*/
@@ -138,6 +138,7 @@
    private Date updateTime;
   /**工单状态*/
   @Excel(name = "工单状态", width = 15)
    @Dict(dicCode = "dry_order_status")
    @ApiModelProperty(value = "工单状态")
    private Integer orderStatus;
   /**操作人*/
@@ -156,5 +157,5 @@
    /**电能消耗*/
    @ApiModelProperty(value = "电能消耗")
    private Double electric;
    private Double watt;
}