MAccountMapper.java 226 Bytes
package vion.mapper.monitor;

import com.github.yulichang.base.MPJBaseMapper;
import vion.model.monitor.MAccount;

/**
 * @author vion
 * @date 2024/10/31
 */
public interface MAccountMapper extends MPJBaseMapper<MAccount> {
}