Pu Zhibing
2024-11-27 0befca3e70b575c420e7a14fa113aeb74b8fbef8
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Technician.java
@@ -29,6 +29,10 @@
    @TableId(value = "id", type = IdType.AUTO)
    private Integer id;
    @ApiModelProperty(value = "用户id")
    @TableField("app_user_id")
    private Long appUserId;
    @ApiModelProperty(value = "门店id")
    @TableField("shop_id")
    private Integer shopId;