using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BPASmartClient.KLMCoffee.Protocal { /// <summary> /// 咖啡浓度 /// </summary> public enum CoffeeConcentration { 清淡, 适中, 浓郁 } }