| | |
| | | @ApiModelProperty(value = "客户名称") |
| | | private String proname; |
| | | |
| | | @ApiModelProperty(value = "收货地址") |
| | | private String adress; |
| | | |
| | | @ApiModelProperty(value = "联系人") |
| | | private String username; |
| | | |
| | | @ApiModelProperty(value = "联系电话") |
| | | private String phone; |
| | | |
| | | @ApiModelProperty(value = "下单人") |
| | | private String orderName; |
| | | |
| | |
| | | @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
| | | private Date updateTime; |
| | | |
| | | @ApiModelProperty(value = "状态 0:不通过;1:通过") |
| | | @ApiModelProperty(value = "状态 0:不通过;1:通过;2:未审核") |
| | | private Integer type; |
| | | |
| | | |
| | | @ApiModelProperty(value = "备注") |
| | | private String note; |
| | | |
| | | } |