Showing
1 changed file
with
1 additions
and
1 deletions
| ... | ... | @@ -441,7 +441,7 @@ public class GetCustomerCreditBo extends BaseBo<CustomerCredit> implements BaseD |
| 441 | 441 | /** |
| 442 | 442 | * 是否展示审核按钮(非持久化字段) |
| 443 | 443 | */ |
| 444 | - @TableField(exist = false) | |
| 444 | + @ApiModelProperty(value = "是否展示审核按钮") | |
| 445 | 445 | private Boolean showExamine; |
| 446 | 446 | |
| 447 | 447 | /** | ... | ... |