src/main/java/com/stylefeng/guns/modular/system/model/TExamSite.java
@@ -75,7 +75,16 @@ * 0正常 1删除 */ private Integer remove; @TableField("contact_phone") private String contactPhone; public String getContactPhone() { return contactPhone; } public void setContactPhone(String contactPhone) { this.contactPhone = contactPhone; } @TableField(exist = false) @ApiModelProperty("country名称")