缴费确认加驳回

This commit is contained in:
18792927508
2024-05-06 18:07:38 +08:00
parent 9840cae11d
commit 8c22728855
8 changed files with 137 additions and 85 deletions
@@ -426,4 +426,6 @@ public class CaseApplication extends BaseEntity {
* 登录用户名
*/
private String userName;
// 缴费确认驳回原因
private String payRejectReason;
}