Class I18nMessage
java.lang.Object
io.github.xezzon.zeroweb.locale.I18nMessage
- All Implemented Interfaces:
io.github.xezzon.zeroweb.common.jpa.IEntity<String>, II18nMessage
@Entity
public class I18nMessage
extends Object
implements io.github.xezzon.zeroweb.common.jpa.IEntity<String>, II18nMessage
国际化内容实体类
用于存储和管理应用程序中的国际化消息。 每个国际化消息由一个唯一的 ID、一个命名空间和一个消息键组成。
- Author:
- xezzon
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.xezzon.zeroweb.common.jpa.IEntity
getIdMethods inherited from interface II18nMessage
eq, getMessageKey, getNamespace
-
Constructor Details
-
I18nMessage
public I18nMessage()
-