| | |
| | | * 持股比例 |
| | | */ |
| | | @ApiModelProperty(value = "持股比例") |
| | | @TableField("shareholdingRatio") |
| | | private String shareholdingratio; |
| | | private String share; |
| | | |
| | | /** |
| | | * 租户ID |
| | | */ |
| | | @ApiModelProperty(value = "租户ID") |
| | | @TableField("tenantId") |
| | | private String tenantid; |
| | | /** |
| | | * 统一社会信用代码 |
| | |
| | | <result column="post" property="post"/> |
| | | <result column="cardid" property="cardid"/> |
| | | <result column="cell" property="cell"/> |
| | | <result column="shareholdingRatio" property="shareholdingratio"/> |
| | | <result column="share" property="share"/> |
| | | <result column="tenantid" property="tenantid"/> |
| | | </resultMap> |
| | | |
| | | |