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