init version for new gitea

This commit is contained in:
terry.wang
2025-11-13 13:56:50 +08:00
commit c47b86edbe
389 changed files with 42329 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
package com.saye.hrs.service;
/**
* @description: 排队叫号业务接口
* @author: Mr.zs
* @create: 2024-04-15 16:57
**/
public interface CallNumbersService {
String getCallNumberByIdentity(String identity,String sfzh);
}