using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace POSV.StoreBusiness { /// /// POS设置信息上传 /// [Serializable] [JsonObject(MemberSerialization.OptIn)] public class PosSetPlanUpResponse { } }