"src/page/main/authority/organization/tree.vue" did not exist on "fccac31c51c0fe5d38705713f649dd58cdbaedbb"
Commit 1e497bba authored by zhaochengming's avatar zhaochengming

省测--轮播图

parent 54236876
...@@ -163,6 +163,10 @@ public class OcpTenantGroupIocnDto { ...@@ -163,6 +163,10 @@ public class OcpTenantGroupIocnDto {
@ApiModelProperty(value = "应用调用的服务数量图标数据") @ApiModelProperty(value = "应用调用的服务数量图标数据")
private Object iocn; private Object iocn;
@ApiModelProperty(value = "图片类型")
private Object iocnKind;
/** /**
* 所属公司可能会根据公司分区 * 所属公司可能会根据公司分区
*/ */
...@@ -172,6 +176,15 @@ public class OcpTenantGroupIocnDto { ...@@ -172,6 +176,15 @@ public class OcpTenantGroupIocnDto {
@ApiModelProperty("应用状态 '0: ''待审核'',1: ''已审核'',2: ''未通过'', 3: ''未提交'',4:''建设中'',5:''下架'',6:''发布'''") @ApiModelProperty("应用状态 '0: ''待审核'',1: ''已审核'',2: ''未通过'', 3: ''未提交'',4:''建设中'',5:''下架'',6:''发布'''")
private Short tenantState; private Short tenantState;
public Object getIocnKind() {
return iocnKind;
}
public void setIocnKind(Object iocnKind) {
this.iocnKind = iocnKind;
}
public Short getTenantState() { public Short getTenantState() {
return tenantState; return tenantState;
} }
......
...@@ -51,6 +51,18 @@ public class OcpTenantIocn implements Serializable { ...@@ -51,6 +51,18 @@ public class OcpTenantIocn implements Serializable {
@ApiModelProperty(value = "所属公司可能会根据公司分区") @ApiModelProperty(value = "所属公司可能会根据公司分区")
private String companyCode; private String companyCode;
public static long getSerialVersionUID() {
return serialVersionUID;
}
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
public String getObjId() { public String getObjId() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment