| | |
| | | |
| | | @ApiModelProperty(value = "分页-每页记录数", example = "10") |
| | | private Long pageSize = 10L; |
| | | |
| | | @ApiModelProperty(value = "其他备注") |
| | | private String otherRemark; |
| | | } |
| | |
| | | |
| | | private Integer natureId; |
| | | |
| | | private String otherRemark; |
| | | |
| | | |
| | | /** |
| | | * 党员审查结果 0待审核 1 审核通过 3审核失败 |
| | |
| | | <result property="specialtyCategory" column="specialty_category" jdbcType="INTEGER"/> |
| | | <result property="specialtyName" column="specialty_name" jdbcType="VARCHAR"/> |
| | | <result property="positionTwo" column="position_two" jdbcType="VARCHAR"/> |
| | | <result property="otherRemark" column="other_remark" jdbcType="VARCHAR"/> |
| | | </resultMap> |
| | | |
| | | <!--查询单个--> |