| | |
| | | |
| | | @ApiModelProperty(value = "品牌名称") |
| | | private String brand; |
| | | @ApiModelProperty(value = "门店名称") |
| | | private String storeName; |
| | | @ApiModelProperty(value = "系列名称") |
| | | private String series; |
| | | @ApiModelProperty(value = "单价/片") |
| | | private String sale; |
| | | @ApiModelProperty(value = "成本/片") |
| | | private String cost; |
| | | @ApiModelProperty(value = "前端忽略json球") |
| | | private String sphere; |
| | | @ApiModelProperty(value = "前端忽略json非球") |
| | | private String asphericSurface; |
| | | @ApiModelProperty(value = "前端忽略json成本双非") |
| | | private String doubleNon; |
| | | |
| | | |
| | | @ApiModelProperty(value = "库存类型 1库存 2非库存") |
| | | private Integer type; |