whycxzp
2025-04-30 d19e91bcc4ed9ab08e8be375fb5fc0f7e874a6a9
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_abe_ram.AbeInf;
 
public interface AbeInfMapper extends CustomMapper<AbeInf> {
}