摘要: 所需文件为: 1.接口: package com.get; public interface ProductInterface { public void add(); } 2.implement类: package com.get; public class Product implements 阅读全文
posted @ 2020-03-15 17:15 broadencoder 阅读(1081) 评论(0) 推荐(0)