lxw
2022-08-03 4b3beef873c49cc137a2b63c4ad0908f40588daa
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.Component;
 
public interface ComponentMapper extends CustomMapper<Component>{
}