ups
lxw
2023-11-20 5d484eb96e4fbce92be815430c7bc8e9fc7f42d5
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.UpspowerSimulate;
 
public interface UpspowerSimulateMapper extends CustomMapper<UpspowerSimulate>{
}