package com.matrix.system.common.dao; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.matrix.system.common.bean.SysCacheValue; import com.matrix.system.fenxiao.entity.ShopSalemanSettlement; /** * @description 缓存对象 * @author jyy * @date 2021-03-10 15:22 */ public interface SysCacheValueDao extends BaseMapper { }