songhuangfeng123
2022-08-19 759bbb8ee99665382a689fa90277a9b2279238da
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);
}