|
|
|
@ -8,6 +8,7 @@ import com.fasterxml.jackson.databind.annotation.JsonSerialize;
|
|
|
|
|
import com.fasterxml.jackson.databind.ser.std.ToStringSerializer;
|
|
|
|
|
import lombok.Data;
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
|
|
import org.jeecg.common.aspect.annotation.Dict;
|
|
|
|
|
import org.springframework.format.annotation.DateTimeFormat;
|
|
|
|
|
import org.jeecgframework.poi.excel.annotation.Excel;
|
|
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
|
@ -60,6 +61,7 @@ public class StoreInfo implements Serializable {
|
|
|
|
|
private java.lang.String region;
|
|
|
|
|
/**是否启用,0:否,1:是*/
|
|
|
|
|
@Excel(name = "是否启用,0:否,1:是", width = 15)
|
|
|
|
|
@Dict(dicCode = "enable")
|
|
|
|
|
@ApiModelProperty(value = "是否启用,0:否,1:是")
|
|
|
|
|
private java.lang.Integer enable;
|
|
|
|
|
/**创建时间*/
|
|
|
|
|