zss
2023-09-24 527cbd85e37842d93d081f33916dca5c6f7156e0
inventory-server/src/main/java/com/yuanchu/mom/pojo/dto/ConsignmentDto1.java
@@ -22,18 +22,6 @@
    @JsonSerialize
    private String proname;
    //到货地址
    @JsonSerialize
    private String adress;
    //收货联系人
    @JsonSerialize
    private String username;
    //手机号
    @JsonSerialize
    private String phone ;
    //产品信息
    @JsonSerialize
    private List<ConsignmentDto2> messages;