'1'
whyclxw
2024-11-26 576e77aa6bc617d34e83c8595994dbd089f73003
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_area.LockInf;
 
public interface LockInfMapper extends CustomMapper<LockInf>{
}