Commit aa092694 authored by liukai's avatar liukai

Merge remote-tracking branch 'origin/master'

parents 38887171 1e497bba
......@@ -163,6 +163,10 @@ public class OcpTenantGroupIocnDto {
@ApiModelProperty(value = "应用调用的服务数量图标数据")
private Object iocn;
@ApiModelProperty(value = "图片类型")
private Object iocnKind;
/**
* 所属公司可能会根据公司分区
*/
......@@ -172,6 +176,15 @@ public class OcpTenantGroupIocnDto {
@ApiModelProperty("应用状态 '0: ''待审核'',1: ''已审核'',2: ''未通过'', 3: ''未提交'',4:''建设中'',5:''下架'',6:''发布'''")
private Short tenantState;
public Object getIocnKind() {
return iocnKind;
}
public void setIocnKind(Object iocnKind) {
this.iocnKind = iocnKind;
}
public Short getTenantState() {
return tenantState;
}
......
......@@ -51,6 +51,18 @@ public class OcpTenantIocn implements Serializable {
@ApiModelProperty(value = "所属公司可能会根据公司分区")
private String companyCode;
public static long getSerialVersionUID() {
return serialVersionUID;
}
private static final long serialVersionUID = 1L;
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