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