Cat.java 148 B

1234567891011
  1. package J20250716.demo01_extends;
  2. /**
  3. * @author WanJl
  4. * @version 1.0
  5. * @title Cat
  6. * @description
  7. * @create 2025/7/16
  8. */
  9. public class Cat {
  10. }