| | |
| | | private String reserveTime; |
| | | |
| | | @ApiModelProperty(value = "姓名") |
| | | private String name; |
| | | private String username; |
| | | |
| | | @ApiModelProperty(value = "手机号") |
| | | private String phone; |
| | |
| | | private String address; |
| | | |
| | | @ApiModelProperty(value = "经度") |
| | | private String lon; |
| | | private String longitude; |
| | | |
| | | @ApiModelProperty(value = "纬度") |
| | | private String lat; |
| | | private String latitude; |
| | | |
| | | @ApiModelProperty(value = "重量") |
| | | private String weight; |
| | | |
| | | @ApiModelProperty(value = "备注") |
| | | private String remark; |
| | | |
| | | @ApiModelProperty(value = "入库时间") |
| | | private String storageTime; |
| | | |
| | | @ApiModelProperty(value = "入库重量") |
| | | private String storageWeight; |
| | | |
| | | @ApiModelProperty(value = "入库积分") |
| | | private String storageScore; |
| | | |
| | | @ApiModelProperty(value = "回收重量") |
| | | private String recycleWeight; |
| | | |
| | | @ApiModelProperty(value = "回收积分") |
| | | private String recycleScore; |
| | | |
| | | @ApiModelProperty(value = "损耗重量") |
| | | private int lossWeight; |
| | | |
| | | @ApiModelProperty(value = "状态") |
| | | private Integer status; |
| | | |
| | | @ApiModelProperty(value = "集物员姓名") |
| | | private String jhyName; |
| | | |
| | | @ApiModelProperty(value = "集物员电话") |
| | | private String jhyPhone; |
| | | } |