【修复】easy-trans 的 @AutoTrans 存在冲突
parent
8f74181c07
commit
4961d26e14
|
@ -24,7 +24,7 @@ import static cn.iocoder.yudao.module.system.api.user.AdminUserApi.PREFIX;
|
|||
|
||||
@FeignClient(name = ApiConstants.NAME) // TODO 芋艿:fallbackFactory =
|
||||
@Tag(name = "RPC 服务 - 管理员用户")
|
||||
@AutoTrans(namespace = PREFIX, fields = {"nickname"}) // TODO @芋艿:需要 easy-trans 做个 bugfix
|
||||
//@AutoTrans(namespace = PREFIX, fields = {"nickname"}) // TODO @芋艿:需要 easy-trans 做个 bugfix
|
||||
public interface AdminUserApi extends AutoTransable<AdminUserRespDTO> {
|
||||
|
||||
String PREFIX = ApiConstants.PREFIX + "/user";
|
||||
|
|
Loading…
Reference in New Issue