添加项目文件。
This commit is contained in:
18
HT.Cloud.Code/Flow/FlowArea.cs
Normal file
18
HT.Cloud.Code/Flow/FlowArea.cs
Normal file
@ -0,0 +1,18 @@
|
||||
namespace HT.Cloud.Code
|
||||
{
|
||||
public class FlowArea
|
||||
{
|
||||
public string id { get; set; }
|
||||
|
||||
public string name { get; set; }
|
||||
|
||||
public string color { get; set; }
|
||||
|
||||
public int left { get; set; }
|
||||
public int top { get; set; }
|
||||
|
||||
public int width { get; set; }
|
||||
public int height { get; set; }
|
||||
public bool alt { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user