liukangdong
2024-09-29 b2d360d9113b6955287108ca9e90d76a1f3c1419
server/service/src/main/java/com/doumee/dao/business/model/Segments.java
@@ -1,5 +1,6 @@
package com.doumee.dao.business.model;
import com.baomidou.mybatisplus.annotation.TableField;
import com.doumee.core.annotation.excel.ExcelColumn;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
@@ -60,6 +61,13 @@
    @ApiModelProperty(value = "上级区域编码")
    @ExcelColumn(name="上级区域编码")
    private String parentId;
    @ApiModelProperty(value = "品牌")
    @ExcelColumn(name="品牌")
    private String unitCode;
    @ApiModelProperty(value = "品牌名称")
    @ExcelColumn(name="品牌名称")
    @TableField(exist = false)
    private String unitName;
    @ApiModelProperty(value = "状态", example = "1")
    @ExcelColumn(name="状态")
@@ -71,7 +79,7 @@
    @ApiModelProperty(value = "类型 0战区 1省区 2市区")
    @ExcelColumn(name="类型 0战区 1省区 2市区")
    private String type;
    private Integer type;
    @ApiModelProperty(value = "最近同步时间")
    @ExcelColumn(name="最近同步时间")