Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6e5f33f641 | |||
|
|
7e917faf03 | ||
|
|
0d145d14fd |
2
pom.xml
2
pom.xml
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<groupId>com.imyeyu.spring</groupId>
|
<groupId>com.imyeyu.spring</groupId>
|
||||||
<artifactId>timi-spring</artifactId>
|
<artifactId>timi-spring</artifactId>
|
||||||
<version>0.0.11</version>
|
<version>0.0.12</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|||||||
@@ -22,6 +22,9 @@ public class Multilingual extends Language implements IDEntity<String>, Creatabl
|
|||||||
@AutoUUID
|
@AutoUUID
|
||||||
protected String id;
|
protected String id;
|
||||||
|
|
||||||
|
/** 业务类型 */
|
||||||
|
protected String bizType;
|
||||||
|
|
||||||
/** 创建时间 */
|
/** 创建时间 */
|
||||||
protected Long createdAt;
|
protected Long createdAt;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user