using System; using System.Collections.Generic; using System.Text; namespace DllEapEntity.Enums { /// /// FAQ评价类型 /// public enum EnumQuestionEvaluationCategory { /// /// 有用 /// Useful = 1, /// /// 无用 /// Useless = 2 } }