guoshilong
2023-08-02 818113e9a0cf7c20d836291e2a151f7346aad8a7
1
2
3
4
5
6
7
package cn.gistack.nky.mapper;
 
import cn.gistack.nky.entity.HstPredict;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
public interface HstPredictMapper extends BaseMapper<HstPredict> {
}