dashboard
repositories
filestore
activity
search
login
trunk
/
cmci/cmci-bank-pfcs
浦发银行长沙分行端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
浦发分行账单服务对外接口调整
wanghc
2023-03-08
6cbbff8da2e0fb2645d90a4e250368769ebd2da8
[trunk/cmci/cmci-bank-pfcs.git]
/
cmci-pfcs-gateway
/
src
/
main
/
java
/
com
/
jttech
/
pfcs
/
services
/
IPublicService.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.jttech.pfcs.services;
/**
* @author wanghc
* @version 1.0.0
* @date 2023-03-07
*/
public interface IPublicService {
/**
* 心跳测试
*/
void heartTest();
}