using System; using System.Collections.Generic; using System.Linq; using System.Text; using JLHHJSvr.Com.Model; using LJLib.Net.SPI.Com; namespace JLHHJSvr.Com { public sealed class SaveMattressFormulaRequest : ILJTokenRequest { public override string GetApiName() { return "SaveMattressFormula"; } /// /// 床垫公式定义信息 /// public u_mattress_formula mattress { get; set; } } public sealed class SaveMattressFormulaResponse : LJResponse { } }