package com.example.demo.tool; interface CatInterface2 { int tailNum = 1; void eat(); }