using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ICSSoft.Frame.Data.Entity.NcApiEntity { public class NcApiOutArguments { public string flat { get; set; } public object list_info { get; set; } public string status { get; set; } public string m_isDirty { get; set; } } //{ //"flat": "1", //"list_info": [ // { // "code": "T23152114202_A01", // "pk_praybill_b": "1001A1100000005E141C" // } //], //"status": 0, //"m_isDirty": false //} }