|  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "基表编码(自关联)", example = "1") | 
|---|
|  |  |  | @ExcelColumn(name="基表编码(自关联)") | 
|---|
|  |  |  | private Integer baseId; | 
|---|
|  |  |  | @ApiModelProperty(value = "委托商户编码(关联company)", example = "1") | 
|---|
|  |  |  | @ExcelColumn(name="委托商户编码(关联company)") | 
|---|
|  |  |  | private Integer shopId; | 
|---|
|  |  |  | @ApiModelProperty(value = "工种集合", example = "1") | 
|---|
|  |  |  | @TableField(exist = false) | 
|---|
|  |  |  | private List<Worktype> worktypeList; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "LOGO图标", example = "1") | 
|---|
|  |  |  | @ExcelColumn(name="LOGO图标") | 
|---|
|  |  |  | private String logo; | 
|---|
|  |  |  | @ApiModelProperty(value = "英文名称", example = "1") | 
|---|
|  |  |  | @ExcelColumn(name="英文名称") | 
|---|
|  |  |  | private String englishName; | 
|---|
|  |  |  | @ApiModelProperty(value = "联系人", example = "1") | 
|---|
|  |  |  | @ExcelColumn(name="联系人") | 
|---|
|  |  |  | private String linkName; | 
|---|
|  |  |  | @ApiModelProperty(value = "联系人电话", example = "1") | 
|---|
|  |  |  | @ExcelColumn(name="联系人电话") | 
|---|
|  |  |  | private String linkPhone; | 
|---|
|  |  |  | @ApiModelProperty(value = "保险政策", example = "1") | 
|---|
|  |  |  | @ExcelColumn(name="保险政策") | 
|---|
|  |  |  | private String policy; | 
|---|
|  |  |  | @ApiModelProperty(value = "保险条款", example = "1") | 
|---|
|  |  |  | @ExcelColumn(name="保险条款") | 
|---|
|  |  |  | private String agreement; | 
|---|
|  |  |  | } | 
|---|