whyclxw
2021-12-16 d59b23f54461749d689bbe11b6031eb75d6ef09e
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.LithiumData;
 
public interface LithiumDataMapper extends CustomMapper<LithiumData>{
}