Package net.risesoft.api
Class FileAttributeApiImpl
- java.lang.Object
-
- net.risesoft.api.FileAttributeApiImpl
-
- All Implemented Interfaces:
FileAttributeApi
@Validated @RestController @RequestMapping(value="/services/rest/fileAttribute", produces="application/json") public class FileAttributeApiImpl extends Object implements FileAttributeApi文件属性信息接口- Author:
- qinman, zhangchongjie
- Date:
- 2022/12/20
-
-
Constructor Summary
Constructors Constructor Description FileAttributeApiImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.risesoft.pojo.Y9Result<List<FileAttributeModel>>getFileAttribute(String tenantId, String pcode)根据pcode获取文件属性信息
-
-
-
Method Detail
-
getFileAttribute
public net.risesoft.pojo.Y9Result<List<FileAttributeModel>> getFileAttribute(@RequestParam String tenantId, String pcode)
根据pcode获取文件属性信息- Specified by:
getFileAttributein interfaceFileAttributeApi- Parameters:
tenantId- 租户IDpcode- 文件属性编码- Returns:
Y9Result- Since:
- 9.6.6
-
-