فهرست منبع

Merge branch 'dev' of http://192.168.1.220:10080/jiwei/jw2.0 into dev

Conflicts:
	svr/svr-iot/src/main/resources/application.yml
yeshijie 7 سال پیش
والد
کامیت
9397c44835
1فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 5 5
      common/common-entity/src/main/java/com/yihu/jw/iot/company/IotCompanyCertificateDO.java

+ 5 - 5
common/common-entity/src/main/java/com/yihu/jw/iot/company/IotCompanyCertificateDO.java

@ -32,7 +32,7 @@ public class IotCompanyCertificateDO extends IdEntityWithOperation implements Se
    @Column(name = "launch_company_id")
    private String launchCompanyId;//发起企业id
    @Column(name = "launch_company_business_license")
    private String launchCcompanyBusinessLicense;//发起企业营业执照号
    private String launchCompanyBusinessLicense;//发起企业营业执照号
    @Column(name = "company_name")
    private String companyName;//归属企业名称
    @Column(name = "company_id")
@ -120,12 +120,12 @@ public class IotCompanyCertificateDO extends IdEntityWithOperation implements Se
        this.launchCompanyId = launchCompanyId;
    }
    public String getLaunchCcompanyBusinessLicense() {
        return launchCcompanyBusinessLicense;
    public String getLaunchCompanyBusinessLicense() {
        return launchCompanyBusinessLicense;
    }
    public void setLaunchCcompanyBusinessLicense(String launchCcompanyBusinessLicense) {
        this.launchCcompanyBusinessLicense = launchCcompanyBusinessLicense;
    public void setLaunchCompanyBusinessLicense(String launchCompanyBusinessLicense) {
        this.launchCompanyBusinessLicense = launchCompanyBusinessLicense;
    }
    public Date getStartTime() {