luodangjia
2024-11-06 5bd5f0313391f4e6b18511647f911e44cc8ff090
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;
}