翻译功能
@Translation
翻译注解 用于实体类字段上@TranslationType
翻译类别注解 用于实现类上标注与 @Translation
注解相同的 type
类型 实现翻译功能
用法说明
默认提供功能 用户id转账号(用户名)
部门id转名称
字典type转label
ossId转url
用户名翻译(映射翻译) 根据另一个映射字段 翻译保存到此字段
ossUrl翻译(直接翻译) 直接根据此字段值翻译后替换此字段值
字典翻译(其他扩展条件翻译) 根据other
条件 自行定义如何使用 例如字典翻译other
条件就是字典的唯一值
自定义扩展
实现接口 TranslationInterface
或继承 SimpleTranslationImpl
标注注解 @TranslationType
可参考框架默认实现