whyclxw
2025-04-28 d954a95b9bb22b9a656d95f7263de98f62d61dbe
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.plus_user.AppLoginOut;
 
public interface AppLoginOutMapper extends CustomMapper<AppLoginOut>{
}