rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/AsnOrderLog.java
@@ -53,9 +53,9 @@ private String code; /** * PO单号 * 单据内码 */ @ApiModelProperty(value= "PO单号") @ApiModelProperty(value= "单据内码") private String poCode; /** @@ -195,7 +195,7 @@ // AsnOrderLog asnOrderLog = new AsnOrderLog( // null, // 编号 // null, // PO单号 // null, // 单据内码 // null, // PO单据标识 // null, // 单据类型[非空] // null, // 业务类型[非空] @@ -257,7 +257,6 @@ } return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.arrTime); } public String getRleStatus$(){ if (null == this.rleStatus){ return null; } switch (this.rleStatus){