src/main/java/com/zy/system/entity/SaasLog.java
@@ -77,6 +77,9 @@ @TableField("doc_type") private Long docType; @TableField("memo") private String memo; public SaasLog() {} public SaasLog(Long id,Integer type,String locNo,String matnr,Date ioTime,Long createBy) { @@ -116,7 +119,9 @@ return "库位移转"; } else if (this.type == 3) { return "库存调整"; }else { }else if (this.type == 4) { return "退货"; } else { return ""; }