puzhibing
2023-02-11 521efb9bc33d52ef4772f0b30f8a371ba4b0070c
ManagementIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/model/TCompanyCity.java
@@ -38,6 +38,10 @@
     */
    private Integer areaCode;
    /**
     * 城市id
     */
    private Integer cityId;
    /**
     * 1=正常,2=删除
     */
    private Integer state;
@@ -91,6 +95,14 @@
        this.state = state;
    }
    public Integer getCityId() {
        return cityId;
    }
    public void setCityId(Integer cityId) {
        this.cityId = cityId;
    }
    @Override
    protected Serializable pkVal() {
        return this.id;