feige
2024-06-16 3ad8fb4e7cc1391e8090f3da6ffa9c48690a12a3
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);
}