whyclxw
2024-12-12 8ea6bcb91b4a8b50dfac568b0d0b52cd543b9f8c
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_power_rt.PowerRealRt1;
 
public interface PowerRealRt1Mapper extends CustomMapper<PowerRealRt1>{
}