星火微课系统客户端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

ComboBoxBean.cs 191B

12345678910
  1. namespace XHWK.Model
  2. {
  3. public class ComboBoxBean
  4. {
  5. public string Key { get; set; }
  6. public string Value { get; set; }
  7. public int leaf { get; set; }
  8. }
  9. }