package com.artfess.device.base.manager;

import com.artfess.base.manager.BaseManager;
import com.artfess.device.base.model.DeviceVideoZone;

/**
 * 视频目录区域信息表（BIZ_CATALOG_ZONE） 服务类
 *
 * @company 阿特菲斯信息技术有限公司
 * @author min.wu
 * @since 2022-08-19
 */
public interface DeviceVideoZoneManager extends BaseManager<DeviceVideoZone> {

}
