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