自动化立体仓库 - WMS系统
skyouc
2 天以前 e26b2f48c63d8b6a7757e1e8c4f04e006ccfbfe9
src/main/java/com/zy/api/entity/OrderParams.java
@@ -1,7 +1,6 @@
package com.zy.api.entity;
import java.io.Serializable;
import java.util.List;
import org.springframework.format.annotation.DateTimeFormat;
@@ -57,8 +56,8 @@
    private String cus_address;
    @ApiModelProperty("WMS ID")
    private String wms_id;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")