src/main/java/com/lf/server/mapper/show/ModelMapper.java
@@ -24,9 +24,9 @@ /** * 分页查询 * * @param layerid 图层ID * @param limit 记录数 * @param offset 偏移量 * @param layerid 图层ID * @param limit 记录数 * @param offset 偏移量 * @return 列表 */ public List<ModelEntity> selectByPage(Integer layerid, Integer limit, Integer offset); @@ -47,6 +47,15 @@ public ModelEntity selectById(int id); /** * 根据Guid查询模型 * * @param layerid * @param modelid * @return */ public ModelEntity selectModelByGuid(int layerid, String modelid); /** * 插入一条 * * @param entity