实现案件进度查询

This commit is contained in:
qitz
2023-10-19 15:18:46 +08:00
parent 50e9b5fb9d
commit e54f4f0b70
6 changed files with 368 additions and 1 deletions
@@ -227,6 +227,8 @@ public class CaseApplication extends BaseEntity {
* 支付方式name,0线上支付,1线下支付
*/
private String payTypeName;
/**
* 缴费凭证
*/
@@ -311,6 +313,8 @@ public class CaseApplication extends BaseEntity {
/** 是否同意审核 */
private Integer agreeOrNotCheck;
public Integer getAgreeOrNotCheck() {
return agreeOrNotCheck;
}