package com.jttech.pfcs.services; /** * @author wanghc * @version 1.0.0 * @date 2023-03-07 */ public interface IPublicService { /** * 心跳测试 */ void heartTest(); }