whyclxw
2024-11-27 579633f4aca4bc11b04b1497d8c1b7175aff697e
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_area.KeyInf;
 
public interface KeyInfMapper extends CustomMapper<KeyInf>{
}