whycxzp
2021-02-27 b6da124c01878800d2061e4e29d4f0bb6a7b94e4
1
2
3
4
5
6
7
8
package com.whyc.mapper;
 
import com.whyc.pojo.RectifierPowerRT;
 
public interface RectifierPowerMapper extends CustomMapper<RectifierPowerRT> {
 
 
}