package com.brframework.commonapppush.dao;
import com.brframework.commonapppush.entity.PushLog;
import com.brframework.commondb.core.CommonRepository;
/**
* @author xu
* @date 2019/11/18 19:18
*/
public interface PushLogDao extends CommonRepository<Long, PushLog> {
}