whycxzp
2023-12-18 6b7be925cc1a5209d302bb1173386207b0e2c853
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_ckpwrdev_data_rt.CKPowerDevRtSetLog;
 
public interface CKPowerDevRtSetLogMapper extends CustomMapper<CKPowerDevRtSetLog> {
}