public interface IObjectStationImageService extends IBaseDomainObjectService<ObjectStationImage>
限定符和类型 | 方法和说明 |
---|---|
List<ObjectStationImage> |
getByObjectAndStation(com.ags.lumosframework.common.IObjectType objType,
long objId,
long stationId)
查询相关对象在工作站上记录的图片信息
|
countByFilter, createFilter, delete, deleteById, deleteByIds, getByFilter, getById, getByIdAndEvict, list, list, listByFilter, listSimpleData, pagingByFilter, save, saveAll
List<ObjectStationImage> getByObjectAndStation(com.ags.lumosframework.common.IObjectType objType, long objId, long stationId)
objType
- 对象类型objId
- 对象idstationId
- 工作站idCopyright © 2019. All rights reserved.