mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-16 14:36:34 +08:00
上传了新的示例工程
This commit is contained in:
15
Net461DllTest/Data/MyData.cs
Normal file
15
Net461DllTest/Data/MyData.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Net461DllTest.Data
|
||||
{
|
||||
public class MyData
|
||||
{
|
||||
public int[] Values { get; set; } = new int[] { 1, 1, 4, 5, 1, 4, 1, 9, 9, 9 };
|
||||
public int Count { get; set; }
|
||||
public string Tips { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user