web_backend_develope
parent
1a60bebc3f
commit
1e8479454b
@ -0,0 +1,13 @@
|
|||||||
|
package com.platform.service;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
import com.platform.entities.PreDataInfo;
|
||||||
|
|
||||||
|
public interface CheckoutService {
|
||||||
|
|
||||||
|
public List<PreDataInfo> findAll() throws Exception;
|
||||||
|
|
||||||
|
public void checkAll() throws Exception;
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in new issue