初始化CRICS
This commit is contained in:
20
CommonEntity/LingChenECO.cs
Normal file
20
CommonEntity/LingChenECO.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace CommonEntity
|
||||
{
|
||||
public class LingChenECO
|
||||
{
|
||||
public string StartTime { get; set; }
|
||||
public string RelativeValue { get; set; }
|
||||
public bool IsEnable { get; set; }
|
||||
public string HotelCode { get; set; }
|
||||
}
|
||||
public class TimerECOData
|
||||
{
|
||||
public string Key = "HotelCode";
|
||||
public List<LingChenECO> Data { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user