package com.xzx.gc.user.mapper; import com.xzx.gc.entity.AccountLog; import com.xzx.gc.model.admin.AccountLogModel; import com.xzx.gc.util.GcMapper; import java.util.List; public interface AccountLogMapper extends GcMapper { List queryAccountLogByAccount(AccountLogModel model); }