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> { }