1118-gaofei-焊接首页

This commit is contained in:
gaofei
2021-11-18 10:34:25 +08:00
parent 0aa91d6a8f
commit ed3517280a
9 changed files with 626 additions and 362 deletions
+15
View File
@@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Model
{
public class SingleSerie2
{
public string name { get; set; }
public string type { get; set; }
public List<double?> data { get; set; }
}
}