whyclxw
6 天以前 2753ad7aee272a5a5a8a0124b1feea5a1e4cc83e
src/main/java/com/whyc/pojo/db_user/BaojigroupPower.java
@@ -1,6 +1,7 @@
package com.whyc.pojo.db_user;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import io.swagger.annotations.ApiModel;
@@ -36,5 +37,28 @@
    private Integer powerId;
    @TableField(exist = false)
    private String provice;
    @TableField(exist = false)
    private String city;
    @TableField(exist = false)
    private String country;
    @TableField(exist = false)
    private String stationName;
    @TableField(exist = false)
    private String powerName;
    @TableField(exist = false)
    private String baoJiGroupName;
    @TableField(exist = false)
    private Integer teamFlag;
}