add 缴费状态

This commit is contained in:
lijiarao
2021-12-15 20:32:54 +08:00
parent b11abd83fa
commit 8b38791486
@@ -131,7 +131,7 @@ public class TbCertificatePayment implements Serializable {
@Excel(name = "缴费状态", width = 15)
@ApiModelProperty(value = "缴费状态")
private Integer paymentStatus;
private String paymentStatus;
/**缴费记录*/
@Excel(name = "缴费记录", width = 15)