初始化
This commit is contained in:
14
MQTTServerSideAPI/Models/StateByecharts.cs
Normal file
14
MQTTServerSideAPI/Models/StateByecharts.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
|
||||
namespace MQTTServerSideAPI.Models
|
||||
{
|
||||
public class StateByecharts
|
||||
{
|
||||
public List<string> tiame { get; set; }
|
||||
public List<int> offcunot { get; set; }
|
||||
public List<int> oncunot { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user