| | |
| | | package com.lf.server.mapper.sys; |
| | | |
| | | import com.lf.server.entity.data.FmeLogEntity; |
| | | import com.lf.server.entity.data.MetaEntity; |
| | | import com.lf.server.entity.sys.AttachEntity; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.springframework.stereotype.Repository; |
| | |
| | | /** |
| | | * 根据元数据名称插入附件 |
| | | * |
| | | * @param metaName |
| | | * @param tab |
| | | * @param tabGuid |
| | | * @param metaName |
| | | * @param dirid |
| | | * @return |
| | | */ |
| | | public MetaEntity insertAttachByMeta(String metaName, String tab, String tabGuid); |
| | | public Integer insertAttachByMeta(String tab, String tabGuid, String metaName, String dirid); |
| | | } |