```xml
<dependency>
    <groupId>com.fhs-opensource</groupId>
    <artifactId>easy-trans-solon-plugin</artifactId>
    <version>1.3.3</version>
</dependency>
```

#### 1、描述

翻译框架 easy-trans （ [代码仓库](https://gitee.com/fhs-opensource/easy_trans_solon) ）的 Solon 适配插件。easy trans 适用于5种场景：

* 我有一个id，但是我需要给客户展示他的title/name 但是我又不想自己手动做表关联查询
* 我有一个字典码 sex 和 一个字典值0 我希望能翻译成 男 给客户展示。
* 我有一组user id 比如 1，2,3 我希望能展示成 张三,李四,王五 给客户
* 我有一个枚举，枚举里有一个title字段，我想给前端展示title的值 给客户
* 我有一个唯一键(比如手机号，身份证号码，但是非其他表id字段)，但是我需要给客户展示他的title/name 但是我又不想自己手动做表关联查询


#### 2、使用说明

https://gitee.com/fhs-opensource/easy_trans_solon