whyclxw
2025-05-07 45ef9e340f9bb4b98fd88a758343470dfe125cb3
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.MacInit;
 
public interface MacInitMapper extends CustomMapper<MacInit> {
}