lishouyi
2023-05-26 b9df7bf92ff83bc0ed7c28f54c892095ef276afc
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名称")