whyclxw
2025-01-20 cf2ea3e913febc4a1e4a339e5c47cd7f92559604
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_user.AppLoginOut;
 
public interface AppLoginOutMapper extends CustomMapper<AppLoginOut>{
}