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