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; } }