tangzy
2021-08-22 9f9a8848397662637ffcea142add7fa7789f5395
1.单位
2 files modified
4 ■■■■ changed files
src/main/java/org/springblade/modules/information/entity/Information.java 2 ●●●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml 2 ●●●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/information/entity/Information.java
@@ -137,6 +137,8 @@
    private String representativecell;
    private String contacts;
    private String contactscell;
    private String businessLicense;
    private String licence;
}
src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml
@@ -27,6 +27,8 @@
        <result column="representativecell" property="representativecell"/>
        <result column="contacts" property="contacts"/>
        <result column="contactscell" property="contactscell"/>
        <result column="businessLicense" property="businessLicense"/>
        <result column="licence" property="licence"/>
    </resultMap>