xuhy
2024-12-10 6f3e48f79f04989735054ef9903d86a74eae795b
ruoyi-system/src/main/java/com/ruoyi/system/service/TFoundationPersonService.java
@@ -47,6 +47,9 @@
     */
    boolean hasDuplicateId(List<TFoundationPersonDTO> list);
    List<TFoundationPersonVO> getSetList(TFoundationPersonQuery query);
    List<TFoundationPersonVO> getSetList();
    List<TFoundationPersonVO> getPersonList();
}