package com.landtool.lanbase.modules.sys.dao; import org.apache.ibatis.annotations.Mapper; import com.landtool.lanbase.modules.sys.entity.SysAttachment; @Mapper public interface SysAttachmentDao extends BaseDao{ void deleteByPath(String path); }