xuhy
2025-06-06 b0aad2719cc83af791193d6fb10e07f576c75a5c
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();
}