whyclxw
2025-01-02 d71c54e948e48581d96847e2b53f30c46433e7c4
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_lock_ram.LockRt;
 
public interface LockRtMapper extends CustomMapper<LockRt>{
}