src/main/java/org/jeecg/modules/mes/entity/MesTransferOrderPrint.java
@@ -61,11 +61,10 @@ @Excel(name = "移库单号", width = 15) @ApiModelProperty(value = "移库单号") private String workOrderCode; /**移库类型*/ @Excel(name = "移库类型", width = 15, dicCode = "order_category") @Dict(dicCode = "order_category") @ApiModelProperty(value = "移库类型") private String orderCategory; /**库存ID*/ @Excel(name = "库存ID", width = 15) @ApiModelProperty(value = "库存ID") private String inventoryId; /**原库存地*/ @Excel(name = "原库存地", width = 15) @ApiModelProperty(value = "原库存地")