forked from gzzfw/backEnd/gz-dyh

xusd
2024-10-28 b0b1e641a31a0494262187f97034807fc53515dd
dyh-service/dyh-mediate/src/main/java/cn/huge/module/client/api/UtilsClient.java
@@ -48,4 +48,12 @@
     */
    @GetMapping("/api/client/mediateUtils/createCaseRef")
    ReturnBO createCaseRef();
    /**
     * 公共工具-sys服务id工具-获取时间Id,后四位常量
     * @url {ctx}/api/client/sysUtils/getNewTimeId
     * @return ReturnBO
     */
    @GetMapping("/api/client/sysUtils/getNewTimeId")
    ReturnBO getNewTimeSysId();
}