| | |
| | | */ |
| | | @ApiModelProperty(value = "工商注册号") |
| | | @TableField("registrationNumber") |
| | | private Integer registrationnumber; |
| | | private String registrationnumber; |
| | | /** |
| | | * 纳税人识别号 |
| | | */ |
| | | @ApiModelProperty(value = "纳税人识别号") |
| | | @TableField("identificationNumber") |
| | | private Integer identificationnumber; |
| | | private String identificationnumber; |
| | | /** |
| | | * 企业类型 |
| | | */ |
| | |
| | | @ApiModelProperty(value = "租户ID") |
| | | @TableField("tenantId") |
| | | private String tenantid; |
| | | |
| | | /** |
| | | * 租户ID |
| | | */ |
| | | @ApiModelProperty(value = "租户ID") |
| | | @TableField("identification") |
| | | private String identification; |
| | | } |