puzhibing
2024-12-10 fb6eee80334ae23a2eca8c37baeef05e86c919ed
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/TechnicianSubscribe.java
@@ -32,7 +32,7 @@
    @ApiModelProperty(value = "主键")
    @TableId("id")
    private Integer id;
    private Long id;
    @ApiModelProperty(value = "用户id")
    @TableField("app_user_id")
@@ -77,7 +77,7 @@
    private String idStr;
    public void setId(Integer id) {
    public void setId(Long id) {
        this.id = id;
        this.idStr = String.valueOf(id);
    }