lxw
2023-07-18 51a94a891c4e67be7dea329b62fb44acb9eef4f2
1
2
3
4
5
6
7
package com.whyc.mapper;
 
import com.whyc.pojo.Ld9testdataInf;
 
public interface Ld9testdataInfMapper extends CustomMapper<Ld9testdataInf>{
 
}