|
@ -33,5 +33,7 @@ namespace Coldairarrow.Business.HuiYan |
|
|
public string title { get => Text; } |
|
|
public string title { get => Text; } |
|
|
public string value { get => Id; } |
|
|
public string value { get => Id; } |
|
|
public string key { get => Id; } |
|
|
public string key { get => Id; } |
|
|
|
|
|
|
|
|
|
|
|
public int Type { get; set; } |
|
|
} |
|
|
} |
|
|
} |
|
|
} |