|
@@ -1,6 +1,7 @@
|
|
|
package com.gree.mall.manager.bean.material.manage;
|
|
|
|
|
|
import com.gree.mall.manager.annotation.ZfireField;
|
|
|
+import com.gree.mall.manager.enums.IsEnum;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Data;
|
|
@@ -58,5 +59,5 @@ public class WebsitPartsConfigVO {
|
|
|
private Date updateTime;
|
|
|
|
|
|
@ApiModelProperty(value = "是否默认")
|
|
|
- private Boolean isDefault;
|
|
|
+ private IsEnum isDefault;
|
|
|
}
|