|
|
@@ -35,4 +35,8 @@ public interface IBillUtils {
|
|
|
|
|
|
void sendMessage(Bills detail,String url,String pageLabel,String pageStatus,String messageBody
|
|
|
,String type,Long recipientId,String roleNames);
|
|
|
+
|
|
|
+ R verifyData(Long vesselId, String voyageNo, Long polId);
|
|
|
+
|
|
|
+ R updateVerifyData(Long vesselId, String voyageNo, Long polId, Date etd);
|
|
|
}
|