| | |
| | | |
| | | @ApiModelProperty("今日配送总数") |
| | | private Integer deliverTotal; |
| | | |
| | | @ApiModelProperty("总成交:花农售卖全部的底价合计") |
| | | private String allSupplierAmount; |
| | | @ApiModelProperty("本月成交:本月售卖的底价合计") |
| | | private String curMonSupplierAmount; |
| | | @ApiModelProperty("上月成交:上月售卖的底价合计") |
| | | private String lastMonSupplierAmount; |
| | | @ApiModelProperty("今日成交:今日售卖的底价合计") |
| | | private String todaySupplierAmount; |
| | | @ApiModelProperty("缺货(本月):本月质检缺货,并且web端审核通过的数量合计") |
| | | private String curMonLackNum; |
| | | @ApiModelProperty("上月质检缺货,并且web端审核通过的数量合计") |
| | | private String lastMonLackNum; |
| | | @ApiModelProperty("本月质检降级,并且web端审核通过的数量合计") |
| | | private String curMonReduceNum; |
| | | @ApiModelProperty("上月质检降级,并且web端审核通过的数量合计") |
| | | private String lastMonReduceNum; |
| | | @ApiModelProperty("本月质检补货,并且web端审核通过的数量合计") |
| | | private String curMonReplaceNum; |
| | | @ApiModelProperty("上月质检补货,并且web端审核通过的数量合计") |
| | | private String lastMonReplaceNum; |
| | | |
| | | @ApiModelProperty("总成交扎数") |
| | | private String allSupplierFlowerNum; |
| | | @ApiModelProperty("本月售后订单") |
| | | private String curMonAfterSaleOrderNum; |
| | | @ApiModelProperty("本月售后扎数") |
| | | private String curMonAfterSaleFlowerNum; |
| | | |
| | | |
| | | } |