Commit 4f25890d authored by 郭凡凡's avatar 郭凡凡

修改实体类

parent 3ef7314e
......@@ -154,7 +154,7 @@ public class OcpTenantBase implements Serializable {
@ApiModelProperty("推广类型")
private String tenantPromotion;
private Short tenantPromotion;
@ApiModelProperty("应用路径")
......@@ -305,11 +305,19 @@ public class OcpTenantBase implements Serializable {
this.tenantVersion = tenantVersion;
}
public String getTenantPromotion() {
// public String getTenantPromotion() {
// return tenantPromotion;
// }
//
// public void setTenantPromotion(String tenantPromotion) {
// this.tenantPromotion = tenantPromotion;
// }
public Short getTenantPromotion() {
return tenantPromotion;
}
public void setTenantPromotion(String tenantPromotion) {
public void setTenantPromotion(Short tenantPromotion) {
this.tenantPromotion = tenantPromotion;
}
......
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