lxw
2023-12-08 486d3e4f633c95413bb642951b51fad68b8d337a
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_ckpwrdev_data_rt.CKPowerDevModecontrol;
 
public interface CKPowerDevModecontrolMapper extends CustomMapper<CKPowerDevModecontrol>{
}