|
|
@ -61,7 +61,7 @@ public class ApprovalControlValue |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// 选择内容
|
|
|
/// 选择内容
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
[NotNull] |
|
|
[CanBeNull] |
|
|
[JsonProperty("selector")] |
|
|
[JsonProperty("selector")] |
|
|
[JsonPropertyName("selector")] |
|
|
[JsonPropertyName("selector")] |
|
|
public SelectorControlValue Selector { get; set; } |
|
|
public SelectorControlValue Selector { get; set; } |
|
|
|