skyouc
2025-12-03 d5fe30e653a2ae6c92a0fe99fee020ff3573bf6a
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> {
 
}