whycxzp
2023-12-05 15c7bf201ca77efe0e130c6a6c89db90196d93a0
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_ckpwrdev_data_rt.CKPowerDevBattRtData;
 
public interface CKPowerDevBattRtDataMapper extends CustomMapper<CKPowerDevBattRtData> {
}