mirror of
				https://github.com/continew-org/continew-starter.git
				synced 2025-10-31 10:57:15 +08:00 
			
		
		
		
	chore(extension/crud): 替换过期枚举
This commit is contained in:
		| @@ -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); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user