whycxzp
2023-08-07 976f9bc9859dd93718dc8b51e8fc4387c354ec0c
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.PageParam2;
 
public interface PageParam2Mapper extends CustomMapper<PageParam2> {
}