修复庭审笔录生成功能

This commit is contained in:
gy b
2023-11-10 22:50:50 +08:00
parent ad7a8125db
commit 9282d639b9
4 changed files with 23 additions and 19 deletions
@@ -42,6 +42,9 @@ public class CaseAttach {
* 用户账户
*/
private String userName;
/**
* 印章状态(0未启用,1已启用)
*/
private Integer sealStatus;
}