增加接口

This commit is contained in:
wanggeng 2022-08-09 20:57:16 +08:00
parent 84be61beae
commit b1e79bf589

View File

@ -223,4 +223,5 @@ public interface IUserBaseService {
* @return
*/
List<UserDTO> listByUserPhones(List<String> phones);
}