package com.cku.dao;


import com.cku.model.CkuMatchLogger;

public interface CkuMatchLoggerMapper {
    int insert(CkuMatchLogger record);
}