实现案件进度查询
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user