兴安访客小程序对接部分迁移

This commit is contained in:
zc
2025-06-05 17:04:25 +08:00
parent b3657fb024
commit 5761742c5a
39 changed files with 1480 additions and 125 deletions

View File

@@ -97,4 +97,6 @@ public interface SysBranchMapper
* @return
*/
List<SysBranch> queryPropertyDept(String parentId);
List<SysBranch> queryJuniorBranch(String branchId);
}

View File

@@ -57,4 +57,11 @@ public interface SysNoticeMapper
* @return 结果
*/
public int deleteNoticeByIds(Long[] noticeIds);
/**
* 小程序获取访客须知
* @param notice
* @return
*/
SysNotice selectNotice(SysNotice notice);
}