@Mapper
public interface AttributeDao
限定符和类型 | 方法和说明 |
---|---|
Integer |
addBatch(List<AttributeModel> attributeModelList) |
List<AttributeModel> |
queryByFilter(AttributeModel attributeModel) |
List<AttributeModel> |
queryByOperationIdList(List<Integer> operationIdList) |
List<AttributeModel> queryByOperationIdList(List<Integer> operationIdList)
List<AttributeModel> queryByFilter(AttributeModel attributeModel)
Integer addBatch(@Param(value="attributeModelList") List<AttributeModel> attributeModelList)
Copyright © 2020. All rights reserved.