变量的更改
This commit is contained in:
15
CapMachine.Wpf/Models/TagJsonConfig/TagConfigRoot.cs
Normal file
15
CapMachine.Wpf/Models/TagJsonConfig/TagConfigRoot.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using CapMachine.Wpf.Models.Tag;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace CapMachine.Wpf.Models.TagJsonConfig
|
||||
{
|
||||
|
||||
public class TagConfigRoot
|
||||
{
|
||||
public List<ShortValueTag> Tags { get; set; } = new List<ShortValueTag>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user