| | |
| | | @ApiModelProperty(value= "通道") |
| | | private String channel; |
| | | |
| | | /** |
| | | * 集货ID |
| | | */ |
| | | @ApiModelProperty(value= "集货ID") |
| | | @TableField(updateStrategy = FieldStrategy.IGNORED) |
| | | private Long platformId; |
| | | |
| | | /** |
| | | * 集货编号 |
| | | */ |
| | | @ApiModelProperty(value= "集货编号") |
| | | @TableField(updateStrategy = FieldStrategy.IGNORED) |
| | | private String platformNo; |
| | | |
| | | public CacheSite() {} |
| | | |
| | | public CacheSite(String siteNo,Integer siteStatus,Long orderId,String orderNo,Long hostId,Integer status,Integer deleted,Date createTime,Long createBy,Date updateTime,Long updateBy,String memo) { |