zhou zhou
4 天以前 73ec875e216f434d510a6b95c574fe80387b2bc2
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> {
 
}