feige
2024-09-04 7c95ab5ea995e0a517216864a95e3d86f29b5c68
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);