package com.sinosoft.cm.dao; import com.sinosoft.cm.vo.SysLayout; public interface SysLayoutDao extends CMDao<SysLayout> { }