wzy
2022-10-09 99091a8cbb8e098575c75a7c640b568addbcc29d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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<SysCacheValue> {
 
}