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.
15 lines
359 B
Java
15 lines
359 B
Java
package com.glxp.api.service.inout;
|
|
|
|
|
|
import com.glxp.api.req.basic.FilterUdiRelRequest;
|
|
import com.glxp.api.req.inout.IodestinyProcessRequest;
|
|
|
|
public interface IoDestinyProcessService{
|
|
|
|
Boolean uploadDestinyProcess(IodestinyProcessRequest iodestinyProcessRequest);
|
|
|
|
Boolean delectDestinyProcess(IodestinyProcessRequest iodestinyProcessRequest);
|
|
|
|
|
|
}
|