chore(extension/crud): 替换过期枚举

This commit is contained in:
2024-02-04 23:17:28 +08:00
parent 2aea8ba831
commit c963978980
2 changed files with 2 additions and 2 deletions

View File

@@ -34,6 +34,6 @@ public interface CommonUserService {
* @param id ID
* @return 昵称
*/
@ContainerMethod(namespace = ContainerPool.USER_NICKNAME, type = MappingType.NONE)
@ContainerMethod(namespace = ContainerPool.USER_NICKNAME, type = MappingType.ORDER_OF_KEYS)
String getNicknameById(Long id);
}