添加单灯调试
This commit is contained in:
13
WCS.Model/ApiModel/InStore/DebugStoreinfoSingleRequest.cs
Normal file
13
WCS.Model/ApiModel/InStore/DebugStoreinfoSingleRequest.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace WCS.Model.ApiModel.InStore
|
||||
{
|
||||
public class DebugStoreinfoSingleRequest : RequestBase
|
||||
{
|
||||
public string ShelfCode { get; set; }
|
||||
|
||||
public bool OnOff { get; set; } = false;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user