XiaoRuby
2023-09-24 20956b0f05f81ca47cf6c3e8f9b3b426e9cfd035
inventory-server/src/main/java/com/yuanchu/mom/pojo/dto/ConsignmentDto2.java
@@ -29,4 +29,16 @@
    @NotBlank(message = "发货数量不能为空")
    @JsonSerialize
    private Integer number;
    //到货地址
    @JsonSerialize
    private String adress;
    //收货联系人
    @JsonSerialize
    private String username;
    //手机号
    @JsonSerialize
    private String phone ;
}