liujie
2023-05-26 f9de931c4457c2a6bfe395879e3b2f2bfd7d9692
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名称")