whycxzp
2021-01-07 d7fb9e92779e971954ca59b86848569592f6185b
src/main/java/com/whyc/mapper/MotorSystemInfMapper.java
@@ -1,9 +1,11 @@
package com.whyc.mapper;
import com.whyc.pojo.MotorSystemInf;
/**
 *
 */
public class MotorSystemInfMapper {
public interface MotorSystemInfMapper extends CustomMapper<MotorSystemInf> {
}