whycxzp
2025-06-05 926a8b4621713460dd5622a5847edecda1e905ea
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_abe_ram.AbeState;
 
public interface AbeStateMapper extends CustomMapper<AbeState>{
}