luodangjia
2024-12-16 a8d2cb07f6440dc54dc4005b0b06d5a47cb1517d
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/TechnicianSubscribe.java
@@ -55,7 +55,7 @@
    @TableField("user_address")
    private String userAddress;
    @ApiModelProperty(value = "状态(0=待服务,1=已服务,2=已取消)")
    @ApiModelProperty(value = "状态(0=待服务,1=已服务,2=已取消, 3=已到期)")
    @TableField("status")
    private Integer status;
@@ -68,13 +68,10 @@
    @TableField("create_time")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private LocalDateTime createTime;
    @ApiModelProperty(value = "订单id")
    private Long orderId;
    @TableField(exist = false)
    private String idStr;
    @TableField(exist = false)
    private Long orderId;
    public void setId(Long id) {