lxw
2023-07-10 723e514d99591b0fc0b58e13b6d9f6402713a080
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.MacUkey;
 
public interface MacUkeyMapper extends CustomMapper<MacUkey> {
}