init version hrs for new gitea

This commit is contained in:
terry.wang
2025-11-13 13:52:44 +08:00
commit ab8deba513
657 changed files with 260908 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
package com.saye.hrs.mapper;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
/**
* @author Mr.zs
* @date 2025/2/8
*/
@Mapper
public interface CountAuthMapper {
List<String> getAutherList();
List<String> getAuthoList(String openid);
List<String> getDeptAuthList(String openid);
}