a30a3ad5cfe298399b54bdf10adf4e71761d9217
\345\270\270\350\247\201\351\227\256\351\242\230/\350\247\206\345\233\276\351\205\215\347\275\256\344\272\206\345\256\241\350\256\241\345\255\227\346\256\265\344\270\215\346\230\276\347\244\272.md
... | ... | @@ -8,4 +8,10 @@ private Date create_date; |
8 | 8 | |
9 | 9 | @Property(displayName = "更新时间", display = true) |
10 | 10 | private Date update_date; |
11 | + |
|
12 | +@Property(displayName = "创建人", display = true) |
|
13 | +private String create_user; |
|
14 | + |
|
15 | +@Property(displayName = "更新人", display = true) |
|
16 | +private String update_date; |
|
11 | 17 | ``` |
... | ... | \ No newline at end of file |