zqy
2024-08-02 7ed1cc261465938ec8601f5d9ce99e59611e2fc6
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);
}