whycxzp
2021-01-07 d7fb9e92779e971954ca59b86848569592f6185b
1
2
3
4
5
6
7
8
9
10
11
package com.whyc.mapper;
 
import com.whyc.pojo.MotorSystemInf;
 
/**
 *
 */
public interface MotorSystemInfMapper extends CustomMapper<MotorSystemInf> {
 
 
}