|  |  |  | 
|---|
|  |  |  | import com.baomidou.mybatisplus.annotation.IdType; | 
|---|
|  |  |  | import com.baomidou.mybatisplus.annotation.TableId; | 
|---|
|  |  |  | import com.baomidou.mybatisplus.annotation.TableName; | 
|---|
|  |  |  | import io.swagger.v3.oas.annotations.media.Schema; | 
|---|
|  |  |  | import lombok.Data; | 
|---|
|  |  |  | import com.fasterxml.jackson.annotation.JsonFormat; | 
|---|
|  |  |  | import java.util.Date; | 
|---|
|  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "用工类型:0=采摘工;1=分拣工;2=包装工;(用工订单)", example = "1") | 
|---|
|  |  |  | private Integer workType; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "计价数量1(天数/用车次数/小时/斤数)", example = "1") | 
|---|
|  |  |  | @ApiModelProperty(value = "计价数量1((重量/人数/(天数/小时/重量)/(天数/次数)/用餐天数)", example = "1") | 
|---|
|  |  |  | private Integer priceNum1; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "计价数量2(人数/用餐份数)", example = "1") | 
|---|
|  |  |  | @ApiModelProperty(value = "计价数量2(分拣工/包装工 人数)", example = "1") | 
|---|
|  |  |  | private Integer priceNum2; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "(发单方设置)计价数量1((重量/人数/(天数/小时/重量)/(天数/次数)/用餐天数)", example = "1") | 
|---|
|  |  |  | private Integer originPriceNum1; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "(发单方设置)计价数量2(分拣工/包装工 人数)", example = "1") | 
|---|
|  |  |  | private Integer originPriceNum2; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "需求补充") | 
|---|
|  |  |  | private String supplement; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "费用标准", example = "1") | 
|---|
|  |  |  | private Long price; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private BigDecimal price; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "预估费用", example = "1") | 
|---|
|  |  |  | private Long estimatedAccount; | 
|---|
|  |  |  | @ApiModelProperty(value = "接单方确认其他费用(分)", example = "1") | 
|---|
|  |  |  | private Long confirmOtherFee; | 
|---|
|  |  |  | @ApiModelProperty(value = "接单方确认费用备注", example = "1") | 
|---|
|  |  |  | private String confirmFeeRemark; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "(发单方设置)预估费用", example = "1") | 
|---|
|  |  |  | private Long originEstimatedAccount; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "实际支付费用", example = "1") | 
|---|
|  |  |  | private Long payAccount; | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "实收费用", example = "1") | 
|---|
|  |  |  | private Long receiveAccount; | 
|---|
|  |  |  | 
|---|
|  |  |  | private Integer isUpdate; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "修改时间", example = "1") | 
|---|
|  |  |  | private Integer isUpdateTime; | 
|---|
|  |  |  | private Date isUpdateTime; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "接单方黑名单member:id 多个以,分割") | 
|---|
|  |  |  | private String blackReceive; | 
|---|
|  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "车辆规格", example = "1") | 
|---|
|  |  |  | private String carUnit; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "三方支付订单号", example = "1") | 
|---|
|  |  |  | private String outTradeNo; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "图片") | 
|---|
|  |  |  | @TableField(exist = false) | 
|---|
|  |  |  | private List<Multifile> multifileList; | 
|---|
|  |  |  | 
|---|
|  |  |  | @TableField(exist = false) | 
|---|
|  |  |  | private List<CateringDTO> cateringDTOList; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "移动端用户", hidden = true) | 
|---|
|  |  |  | @ApiModelProperty(value = "移动端用户") | 
|---|
|  |  |  | @TableField(exist = false) | 
|---|
|  |  |  | private Member member; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | @TableField(exist = false) | 
|---|
|  |  |  | private Integer queryMyOrderType; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Schema(description ="修改确认倒计时") | 
|---|
|  |  |  | @TableField(exist = false) | 
|---|
|  |  |  | private Long confirmCountdown; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "需求类型") | 
|---|
|  |  |  | @TableField(exist = false) | 
|---|
|  |  |  | 
|---|
|  |  |  | @TableField(exist = false) | 
|---|
|  |  |  | private Date doneTimeEnd; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "排序方式:0=最新发布;1=距离优先;2=价格倒序", example = "1") | 
|---|
|  |  |  | @TableField(exist = false) | 
|---|
|  |  |  | private Integer sortType; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "接单方评分") | 
|---|
|  |  |  | @TableField(exist = false) | 
|---|
|  |  |  | private double score; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "接单量") | 
|---|
|  |  |  | @TableField(exist = false) | 
|---|
|  |  |  | private Long receiveNum; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "发单量") | 
|---|
|  |  |  | @TableField(exist = false) | 
|---|
|  |  |  | private Long publishNum; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "发单方头像") | 
|---|
|  |  |  | @TableField(exist = false) | 
|---|
|  |  |  | private String releaseCoverImage; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "接单方头像") | 
|---|
|  |  |  | @TableField(exist = false) | 
|---|
|  |  |  | private String acceptCoverImage; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "经度", example = "1") | 
|---|
|  |  |  | @TableField(exist = false) | 
|---|
|  |  |  | private BigDecimal queryLat; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "纬度", example = "1") | 
|---|
|  |  |  | @TableField(exist = false) | 
|---|
|  |  |  | private BigDecimal queryLgt; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "是否可取消:0=可以;1=不可以", example = "1") | 
|---|
|  |  |  | @TableField(exist = false) | 
|---|
|  |  |  | private Integer cancelStatus; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|