whycxzp
2023-11-22 ce8e80c1ccb5f097b065b11dba02794020888227
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_ckpwrdev_data_rt.CKPowerDevRt;
 
public interface CKPowerDevRtMapper extends CustomMapper<CKPowerDevRt>{
}