whycxzp
2025-04-02 fbc4439f1ee5ab4590ff5c2d54b6818f23c3d969
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_param.PageParam;
 
public interface PageParamMapper extends CustomMapper<PageParam>{
}