java学习笔记-设计模式-建造者模式

建造者模式代码 家庭实体类 /** * @Author jijl * @Description: 家庭实体类 * @Date 17:34 2019/1/17 **/ public class Family { private String father; private String mother; private String brother; publi
相关文章
相关标签/搜索