zqy
2024-12-03 ac3aa95b729366bd9f3a1585bbab84f75709b062
zhang-content/src/main/java/com/ruoyi/service/ZfMasterService.java
@@ -17,7 +17,7 @@
 */
public interface ZfMasterService extends IService<ZfMaster> {
    AjaxResult getMasterInfoByPetId(Long pid);
    AjaxResult getMasterInfoByPetId(String pid);
    List<ZfMaster> selectByCondition(ZfMaster zfMaster);