parent
64302406f6
commit
9c6c71d127
@ -1,9 +1,15 @@ |
|||||||
package com.dxhy.extend.service.bb; |
package com.dxhy.extend.service.bb; |
||||||
|
|
||||||
|
import com.dxhy.extend.entity.GsClient; |
||||||
|
|
||||||
|
import java.util.List; |
||||||
|
|
||||||
/** |
/** |
||||||
* @Author wangzhikun |
* @Author wangzhikun |
||||||
* @Date 2023/3/30 2023/3/30 |
* @Date 2023/3/30 2023/3/30 |
||||||
*/ |
*/ |
||||||
public interface VouncherSyncService { |
public interface VouncherSyncService { |
||||||
String sendPo(String toJSONString); |
String sendPo(String toJSONString); |
||||||
|
|
||||||
|
List<GsClient> selectByGsdm(String gsdm); |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue