You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
223 B
Java
13 lines
223 B
Java
9 months ago
|
package com.ipsplm.service.simulation;
|
||
|
|
||
|
/**
|
||
|
* @Description 仿真Service
|
||
|
* @Author FanDongqiang
|
||
|
* @Date 2023/3/15 16:23
|
||
|
* @Version 1.0
|
||
|
*/
|
||
|
public interface ISimulationService {
|
||
|
|
||
|
String getPlantData(Object param);
|
||
|
}
|