提交修改
This commit is contained in:
12
WCS.Model/ApiModel/SingleLight/TurnoffLightByAreaRequest.cs
Normal file
12
WCS.Model/ApiModel/SingleLight/TurnoffLightByAreaRequest.cs
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace WCS.Model.ApiModel.SingleLight
|
||||
{
|
||||
public class TurnoffLightByAreaRequest : RequestBase
|
||||
{
|
||||
public string Area { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user