zhou zhou
1 天以前 1724f77c35022b643c28dd3e5547679a5edc2d49
1
2
3
4
5
6
7
8
package com.vincent.rsf.server.manager.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.vincent.rsf.server.manager.entity.StockStatistic;
 
public interface StockStatisticService extends IService<StockStatistic> {
 
}