回调及日志修改

This commit is contained in:
18792927508
2024-05-11 15:21:25 +08:00
parent 9df0b9e290
commit bf43517b5c
21 changed files with 406 additions and 48 deletions
@@ -433,7 +433,11 @@ public class CaseApplication extends BaseEntity {
// 缴费确认驳回原因
private String payRejectReason;
/**
* 仲裁员确认裁决书驳回
* 仲裁员确认裁决书驳回原因
*/
private String arbitrateReject;
/**
* deptorReject:部门长驳回原因
*/
private String deptorReject;
}