| | |
| | | @Excel(name = "企业名") |
| | | @ApiModelProperty("企业名") |
| | | private String companyName; |
| | | |
| | | @Excel(name = "企业社会编码") |
| | | @ApiModelProperty("企业社会编码") |
| | | private String companyCode; |
| | | |
| | | @Excel(name = "企业联系人") |
| | | @ApiModelProperty("企业联系人") |
| | | private String companyUser; |
| | | |
| | | @Excel(name = "企业联系人电话" , readConverterExp = "账=号") |
| | | @ApiModelProperty("企业联系人电话(账号)") |
| | | private String companyPhone; |
| | | |
| | | @Excel(name = "企业地址") |
| | | @ApiModelProperty("企业地址") |
| | | private String companyAddress; |
| | | @Excel(name = "企业营业执照图") |
| | | |
| | | @ApiModelProperty("企业营业执照图") |
| | | private String companyImg; |
| | | @Excel(name = "企业状态:0正常,1禁用") |
| | | |
| | | @ApiModelProperty("企业状态:0正常,1禁用") |
| | | private Integer companyStatus; |
| | | @Excel(name = "所属区域编码") |
| | | |
| | | @ApiModelProperty("所属区域编码") |
| | | private String regionCode; |
| | | @Excel(name = "所属区域") |
| | | |
| | | @ApiModelProperty("所属区域") |
| | | private String regionName; |
| | | @Excel(name = "订单状态:-1拒绝,0待审批,1审批中,2通过") |
| | | |
| | | @ApiModelProperty("订单状态:-1拒绝,0待审批,1审批中,2通过") |
| | | private Integer checkStatus; |
| | | |
| | | @Excel(name = "自定义排序") |
| | | @ApiModelProperty("自定义排序") |
| | | private Integer sortNum; |
| | | |
| | | @Excel(name = "备注") |
| | | @ApiModelProperty("备注") |
| | | private String remark; |