干燥机配套车间生产管理系统/云平台服务端
baoshiwei
2024-12-11 7c585586e9bea943161676bd9d127e81123891c3
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;
   /**操作人*/