feige
2023-05-17 03dcca470d9f07c026f5a7a54650208e28a83626
zhang-content/src/main/java/com/ruoyi/service/ZfMasterService.java
@@ -2,7 +2,10 @@
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.domain.ZfMaster;
import java.util.List;
/**
 * <p>
@@ -14,4 +17,9 @@
 */
public interface ZfMasterService extends IService<ZfMaster> {
    AjaxResult getMasterInfoByPetId(Long pid);
    List<ZfMaster> selectByCondition(ZfMaster zfMaster);
    AjaxResult mySave(ZfMaster zfMaster);
}