xuhy
2025-04-17 79e6a7f880512f4773f03fc015eb10cf9c401f73
ruoyi-service/ruoyi-admin/src/main/java/com/ruoyi/admin/entity/MasterWorker.java
@@ -89,4 +89,10 @@
    @TableField("city_str")
    private String cityStr;
    @ApiModelProperty("对应城市code")
    @TableField("city_code")
    private String cityCode;
    @TableField(exist = false)
    private String lacation;
}