using System; using System.Collections.Generic; using System.Text; namespace WCS.Model.ApiModel.StoreInfo { public class CalibrationSetOffsetRequest : RequestBase { public List MouduleIds { get; set; } public int OffSet { get; set; } } }