接口 ExaDefinitionLinkService
- 所有已知实现类:
ExaDefinitionLinkServiceImpl
public interface ExaDefinitionLinkService
-
方法概要
修饰符和类型方法说明batchDeleteExaDefinitionLink(BatchDeleteExaDefinitionLinkDTO batchDeleteDTO) 删除数据实体与拓展属性关系createExaDefinitionLink(List<CreateExaDefinitionLinkDTO> createDTOList) 新建数据实体与拓展属性关系getAllAttribute(GetAllAttributeDTO getAllAttributeDTO) 获取数据实体所有属性
-
方法详细资料
-
createExaDefinitionLink
新建数据实体与拓展属性关系- 参数:
createDTOList-- 返回:
-
batchDeleteExaDefinitionLink
删除数据实体与拓展属性关系- 参数:
batchDeleteDTO-- 返回:
-
getAllAttribute
获取数据实体所有属性- 参数:
getAllAttributeDTO-- 返回:
-