|
|
|
@@ -2,6 +2,7 @@ package com.simple.service; |
|
|
|
|
|
|
|
import java.util.*; |
|
|
|
import com.github.pagehelper.PageInfo; |
|
|
|
import com.simple.common.ResultData; |
|
|
|
import com.simple.domain.po.WxMsgSignature; |
|
|
|
|
|
|
|
public interface WxMsgSignatureService { |
|
|
|
@@ -37,12 +38,8 @@ public interface WxMsgSignatureService { |
|
|
|
* @param id |
|
|
|
*/ |
|
|
|
void deleteById(Long id); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ResultData getsignaturelist(); |
|
|
|
|
|
|
|
} |