xuhy
2024-11-06 31f0fc0b71679e36053029c3b35012b9d139b854
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;
}