瀏覽代碼

IM回调推送模版消息接口

huangwenjie 5 年之前
父節點
當前提交
9f2a5fe20c
共有 1 個文件被更改,包括 8 次插入8 次删除
  1. 8 8
      common/common-entity/src/main/java/com/yihu/jw/entity/iot/company/IotCompanyDO.java

+ 8 - 8
common/common-entity/src/main/java/com/yihu/jw/entity/iot/company/IotCompanyDO.java

@ -74,7 +74,7 @@ public class IotCompanyDO extends UuidIdentityEntityWithOperator implements Seri
    @Column(name = "audit_name")
    private String auditName;//审核人姓名
    @Transient
    private List<IotCompanyAppDO> appList;//应用实体
//    private List<IotCompanyAppDO> appList;//应用实体
    public String getSaasId() {
        return saasId;
@ -285,11 +285,11 @@ public class IotCompanyDO extends UuidIdentityEntityWithOperator implements Seri
        this.auditName = auditName;
    }
    public List<IotCompanyAppDO> getAppList() {
        return appList;
    }
    public void setAppList(List<IotCompanyAppDO> appList) {
        this.appList = appList;
    }
//    public List<IotCompanyAppDO> getAppList() {
//        return appList;
//    }
//
//    public void setAppList(List<IotCompanyAppDO> appList) {
//        this.appList = appList;
//    }
}