2018年11月13日

临时记录

摘要: package com.pxtadion.constant; /** * 枚举类--饮料种类 * @author pxtadion * */ public enum BevegrageEnum { TEA("TEA", "茶"), COFFEE("COFFEE", "咖啡"); private String key; private String value; pri... 阅读全文

posted @ 2018-11-13 22:35 00醉酒00 阅读(185) 评论(0) 推荐(0)

导航