干燥机配套车间生产管理系统/云平台服务端
zhuguifei
13 小时以前 09655b466d315335e53d42cf9abe23929005b94a
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;
    /**药材*/
@@ -62,6 +62,10 @@
   @Excel(name = "目标含水率", width = 15)
    @ApiModelProperty(value = "目标含水率")
    private Double target;
    /**最终含水率*/
    @Excel(name = "最终含水率", width = 15)
    @ApiModelProperty(value = "最终含水率")
    private Double moisture;
   /**投料量*/
   @Excel(name = "投料量", width = 15)
    @ApiModelProperty(value = "投料量")
@@ -138,6 +142,7 @@
    private Date updateTime;
   /**工单状态*/
   @Excel(name = "工单状态", width = 15)
    @Dict(dicCode = "dry_order_status")
    @ApiModelProperty(value = "工单状态")
    private Integer orderStatus;
   /**操作人*/