web_backend_develope
chenlw 9 years ago
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…
Cancel
Save