chen.lin
5 天以前 024504a3933e8f2f86e80383e61fa574524a0d28
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;
    /**
@@ -126,6 +126,7 @@
     * 是否删除 1: 是  0: 否  
     */
    @ApiModelProperty(value= "是否删除 1: 是  0: 否  ")
    @TableLogic
    private Integer deleted;
    /**
@@ -194,7 +195,7 @@
//    AsnOrderLog asnOrderLog = new AsnOrderLog(
//            null,    // 编号
//            null,    // PO单号
//            null,    // 单据内码
//            null,    // PO单据标识
//            null,    // 单据类型[非空]
//            null,    // 业务类型[非空]
@@ -256,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){