jeecg-module-dry/jeecg-module-dry-api/src/main/java/org/jeecg/modules/dry/entity/DryOrder.java
@@ -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; /**操作人*/