liujie
2025-08-04 2ea7c30be31b05877e8324edb85d08173e07a8c6
ManagementQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/model/TPhone.java
@@ -1,7 +1,9 @@
package com.stylefeng.guns.modular.system.model;
import com.baomidou.mybatisplus.activerecord.Model;
import com.baomidou.mybatisplus.annotations.TableField;
import com.baomidou.mybatisplus.annotations.TableName;
import java.io.Serializable;
/**
@@ -34,6 +36,11 @@
     * 企业id
     */
    private Integer companyId;
   /**
    * 开通城市id
    */
   @TableField("openCityId")
   private Integer openCityId;
    public Integer getId() {
@@ -76,6 +83,14 @@
        this.companyId = companyId;
    }
   public Integer getOpenCityId() {
      return openCityId;
   }
   public void setOpenCityId(Integer openCityId) {
      this.openCityId = openCityId;
   }
    @Override
    protected Serializable pkVal() {
        return this.id;