package com.artfess.cqlt.manager; /** * @author 黎沐华 * @date 2023/3/15 10:52 */ public interface BizOrgManager { Boolean sync() throws Exception; }