namespace GxPress.Service.Interface.CommonSqlKata
{
public interface ICommonSqlKataService : IService
{
///
/// 通用
///
///
///
///
///
SqlKata.Query GetCommonQueryAsync(int noticeTypeValue, int userId, SqlKata.Query query, string whereColumnSql);
///
/// 收件箱
///
///
///
SqlKata.Query NoticeQueryAsync(SqlKata.Query query, int userId);
}
}