src/main/java/com/gs/xky/entity/DeliveryNotice.java
@@ -169,7 +169,7 @@ /** * 货物送达日期(时间戳) */ private Date cargoDeliveryTime; private String cargoDeliveryTime; /** * 物流方式:1-供应商送货 2-快递 3-采购方自提 */ @@ -186,4 +186,6 @@ * 优先检验:0-正常 1-优先 2-紧急 */ private String firstCheck; private Date createDate; }