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.

11 lines
220 B
Java

package cokr.xit.fims.eqplc.service;
import java.util.List;
import cokr.xit.fims.eqplc.Eqplc;
import cokr.xit.foundation.data.DataObject;
public interface EqplcService {
List<DataObject> getList(Eqplc eqplcList);
}