自动化立体仓库 - WMS系统
#
zyx
2024-05-31 757a911bb0c49ecc893cccdafce70d2fd46b4e7c
src/main/java/com/zy/asrs/entity/param/PakOutDTO.java
@@ -10,6 +10,7 @@
public class PakOutDTO {
    private String doc_num;
    private Date create_time;
    private Date update_time;
    private Integer status;
    private String custName;
@@ -20,6 +21,13 @@
        return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.create_time);
    }
    public String getUpdateTime$(){
        if (Cools.isEmpty(this.update_time)){
            return "";
        }
        return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.create_time);
    }
    public String getStatus$(){
        if (null == this.status){ return null; }
        switch (this.status){