无关风月
19 小时以前 7cab5bda99ca42188bc15b2dae7d1fa4d1833fd9
ruoyi-api/ruoyi-api-order/src/main/java/com/ruoyi/order/api/entity/Order.java
@@ -34,6 +34,9 @@
    @ApiModelProperty("下单城市")
    @TableField("city")
    private String city;
    @ApiModelProperty("师傅填写备注")
    @TableField("remark")
    private String remark;
    @TableField("province_code")
    private String provinceCode;
    @TableField("are_code")
@@ -61,6 +64,8 @@
    @ApiModelProperty("打印次数")
    @TableField("print_count")
    private Integer printCount;
    @TableField("msg_count")
    private Integer msgCount;
    @ApiModelProperty("回收服务名称")
@@ -112,7 +117,7 @@
    @TableField("reservation_remark")
    private String reservationRemark;
    @ApiModelProperty("订单状态(0:待派单;1:待上门;2:待完工;3:已完结;4:已取消;5:已改派,6:待改派)")
    @ApiModelProperty("订单状态(0:待派单;1:待上门;2:待完工;3:已完结;4:已取消;5:已改派,7:待预约)")
    @TableField("state")
    private Integer state;
@@ -192,5 +197,6 @@
    @ApiModelProperty("回收单凭证(多张照片 ','隔开)")
    @TableField("paper_pic")
    private String paperPic;
    @ApiModelProperty("拉起确认收款页面参数")
    private String packageInfo;
}