dashboard
repositories
filestore
activity
search
login
main
/
safePlatform-out
国泰新华安全平台-外包
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' of https://sinanoaq.cn:8888/r/safePlatform-out into zf
zhangfeng
2022-09-21
fee66fde68610850d4c8c52df022b9d53a0cd3f7
[safePlatform-out.git]
/
equipment
/
equipment-rpc-api
/
src
/
main
/
java
/
com
/
gkhy
/
safePlatform
/
equipment
/
rpc
/
api
/
EquipmentDemoRpcAPi.java
1
2
3
4
5
6
7
8
package com.gkhy.safePlatform.equipment.rpc.api;
import com.gkhy.safePlatform.equipment.rpc.api.model.User;
public interface EquipmentDemoRpcAPi {
String sayHello(User user);
}