自动化立体仓库 - WMS系统
#
zyx
2024-06-05 ae7bca6082139d8f524a5aedd08e940de83356f4
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.update_time);
    }
    public String getStatus$(){
        if (null == this.status){ return null; }
        switch (this.status){