Package net.risesoft.service
Interface FileAttributeService
-
- All Known Implementing Classes:
FileAttributeServiceImpl
public interface FileAttributeService- Author:
- qinman, zhangchongjie
- Date:
- 2022/12/20
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<FileAttribute>getFileAttribute(String pcode)根据pcode获取文件属性
-
-
-
Method Detail
-
getFileAttribute
List<FileAttribute> getFileAttribute(String pcode)
根据pcode获取文件属性- Parameters:
pcode-- Returns:
-
-