prescript

This commit is contained in:
wangjinlei
2023-12-15 15:39:57 +08:00
parent 065cce514f
commit 8d88be960e
5 changed files with 24 additions and 8 deletions

View File

@@ -37,6 +37,9 @@ public class PrescriptEntity {
@TableLogic
private Integer delFlag;
@TableField(exist = false)
private String letter;
@TableField(exist = false)
private List<String> imageList;