lxzn-module-tms/src/main/java/org/jeecg/modules/tms/entity/InboundDetail.java
@@ -58,6 +58,10 @@ @Excel(name = "实际入库数量", width = 15) @ApiModelProperty(value = "实际入库数量") private BigDecimal inActualCount; /**入库状态*/ @Excel(name = "入库状态", width = 15) @ApiModelProperty(value = "入库状态") private String inStatus; /**备注*/ @Excel(name = "备注", width = 15) @ApiModelProperty(value = "备注") @@ -94,4 +98,7 @@ @TableField(exist = false) private String toolCodeId; @TableField(exist = false) private String onlyCode; }