兴安访客小程序对接部分迁移
This commit is contained in:
@@ -97,4 +97,6 @@ public interface SysBranchMapper
|
||||
* @return
|
||||
*/
|
||||
List<SysBranch> queryPropertyDept(String parentId);
|
||||
|
||||
List<SysBranch> queryJuniorBranch(String branchId);
|
||||
}
|
||||
|
||||
@@ -57,4 +57,11 @@ public interface SysNoticeMapper
|
||||
* @return 结果
|
||||
*/
|
||||
public int deleteNoticeByIds(Long[] noticeIds);
|
||||
|
||||
/**
|
||||
* 小程序获取访客须知
|
||||
* @param notice
|
||||
* @return
|
||||
*/
|
||||
SysNotice selectNotice(SysNotice notice);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user