锁定,解锁案件

This commit is contained in:
18792927508
2023-10-20 14:47:58 +08:00
parent c2c4d71d37
commit 3d36f05cf9
7 changed files with 58 additions and 3 deletions
@@ -235,6 +235,18 @@ public class CaseApplication extends BaseEntity {
private List<CaseAttach> payOrderList;
// 导入校验失败信息
private StringBuilder errorMsg;
/**
* 是否锁定,0-否,1-是
*/
private Integer lockStatus;
public Integer getLockStatus() {
return lockStatus;
}
public void setLockStatus(Integer lockStatus) {
this.lockStatus = lockStatus;
}
public Integer getPayTypeCode() {
return payTypeCode;