共有变量添加
This commit is contained in:
@@ -24,7 +24,6 @@ namespace Model.Models
|
||||
/// </summary>
|
||||
public string? Category { get; set; }
|
||||
|
||||
public bool IsGlobal { get; set; }
|
||||
|
||||
public object? Value { get; set; }
|
||||
|
||||
@@ -36,7 +35,6 @@ namespace Model.Models
|
||||
|
||||
public bool IsUseVar { get; set; }
|
||||
|
||||
public bool IsSave { get; set; }
|
||||
|
||||
public string? VariableName { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user