whyclxw
2024-11-04 8dd1d1ce18876c78d30e8c2d9876af892711037f
1
2
3
4
5
6
7
8
9
package com.whyc.mapper;
 
import com.whyc.pojo.SubInf;
import org.apache.ibatis.annotations.Param;
 
import java.util.List;
 
public interface SubInfMapper extends CustomMapper<SubInf>{
}