Package net.risesoft.service.impl
Class FileAttributeServiceImpl
- java.lang.Object
-
- net.risesoft.service.impl.FileAttributeServiceImpl
-
- All Implemented Interfaces:
FileAttributeService
@Service public class FileAttributeServiceImpl extends Object implements FileAttributeService
- Author:
- qinman, zhangchongjie
- Date:
- 2022/12/20
-
-
Constructor Summary
Constructors Constructor Description FileAttributeServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<FileAttribute>getFileAttribute(String pcode)根据pcode获取文件属性
-
-
-
Method Detail
-
getFileAttribute
public List<FileAttribute> getFileAttribute(String pcode)
Description copied from interface:FileAttributeService根据pcode获取文件属性- Specified by:
getFileAttributein interfaceFileAttributeService- Returns:
-
-