zhongrj
2023-12-23 44818d04b507839a8bb254e70797e44d88352fe7
src/main/java/org/springblade/modules/grid/mapper/GridmanMapper.java
@@ -51,4 +51,9 @@
   Integer getGridStatistics(String code, Long userId);
   Integer getCompanyStatistics(String code, Long userId);
   /**
    * 网格员表 自定义详情
    */
    GridmanVO getDetail(@Param("gridman") GridmanEntity gridman);
}