lxw
2022-09-16 0886bad3f56bf4c5765818344958e78c1e15ba01
1
2
3
4
5
6
7
8
9
10
package com.whyc.mapper;
 
import com.whyc.pojo.FileParam;
 
import java.util.List;
 
public interface FileParamMapper extends CustomMapper<FileParam>{
    //查询数据中存在的电池标称电压类型
    List<Integer> getMonVolStd();
}