old mode 100644
new mode 100755
| | |
| | | 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; |
| | | /**药材*/ |
| | |
| | | @Excel(name = "目标含水率", width = 15) |
| | | @ApiModelProperty(value = "目标含水率") |
| | | private Double target; |
| | | /**最终含水率*/ |
| | | @Excel(name = "最终含水率", width = 15) |
| | | @ApiModelProperty(value = "最终含水率") |
| | | private Double moisture; |
| | | /**投料量*/ |
| | | @Excel(name = "投料量", width = 15) |
| | | @ApiModelProperty(value = "投料量") |
| | |
| | | private Date updateTime; |
| | | /**工单状态*/ |
| | | @Excel(name = "工单状态", width = 15) |
| | | @Dict(dicCode = "dry_order_status") |
| | | @ApiModelProperty(value = "工单状态") |
| | | private Integer orderStatus; |
| | | /**操作人*/ |