reapply接口

This commit is contained in:
禾几海
2020-08-01 01:13:15 +08:00
parent cd9d9ff0e6
commit 1b52e27b72
4 changed files with 36 additions and 1 deletions

View File

@@ -60,4 +60,6 @@ public interface PartnerSiteService {
* @return linkApplyReq
*/
PartnerSite apply(LinkApplyReq linkApplyReq);
Object reapply(String key);
}