zqy
2025-04-15 3ee06bd46c3809fdd00e509debd97dcd039ed031
zhang-content/src/main/java/com/ruoyi/service/ZfMasterService.java
@@ -17,8 +17,9 @@
 */
public interface ZfMasterService extends IService<ZfMaster> {
    AjaxResult getMasterInfoByPetId(Long pid);
    AjaxResult getMasterInfoByPetId(String pid);
    List<ZfMaster> selectByCondition(ZfMaster zfMaster);
    AjaxResult mySave(ZfMaster zfMaster);
}