姜友瑶
2022-08-09 c423224dbe37ea69c1a36c696f85490343e68c4c
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> {
 
}