forked from gzzfw/backEnd/gz-dyh

liyj
2024-09-04 bf9543d3f9ef2de6b8d04e3153e43e7eec3843a2
dyh-service/dyh-cust/src/main/java/cn/huge/module/client/api/UtilsClient.java
@@ -16,10 +16,10 @@
public interface UtilsClient {
    /**
     * 公共工具-id工具-获取时间Id,后四位常量
     * @url {ctx}/common/api/idUtils/getNewTimeId
     * @return ReturnBO
     * 公共id-获取时间Id,后四位常量
     * @url {ctx}/api/client/custUtils/getNewTimeId
     * @return Object
     */
    @GetMapping("/common/api/idUtils/getNewTimeId")
    @GetMapping("/api/client/custUtils")
    ReturnBO getNewTimeId();
}