Files
Web_F305_Mqtt_Prod/MQTTServerSideAPI/Models/StateByecharts.cs

14 lines
314 B
C#
Raw Normal View History

2025-11-26 11:32:30 +08:00
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; }
}
}