zhou zhou
1 天以前 eb49fb9a98d6dd4e4361daf4eac4f9313236b8e8
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> {
 
}