增加证据目录字段

This commit is contained in:
hejinbo
2023-10-24 10:36:41 +08:00
parent 2261a549f8
commit befa62e69f
2 changed files with 34 additions and 5 deletions
@@ -37,4 +37,9 @@ public class CaseEvidenceDirectory extends BaseEntity {
* 级数
*/
private Integer series;
/**
* 案件id
*/
private Integer caseId;
}