src/main/java/org/jeecg/modules/lsw/entity/LswMaterialOutbound.java
@@ -96,4 +96,9 @@ @Excel(name = "出库数量", width = 15) @ApiModelProperty(value = "出库数量") private BigDecimal quantity; /**出库类型*/ @Excel(name = "出库类型", width = 15) @ApiModelProperty(value = "出库类型") @Dict(dicCode = "material_outbound_category") private String outboundCategory; }