using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Pilot_KD_Parino.Sal_Order { public class SupplierClass { /// /// /// public string DirtyFlags { get; set; } /// /// /// public string FromDatabase { get; set; } /// /// /// public int Id { get; set; } /// /// /// public int msterID { get; set; } /// /// /// public List MultiLanguageText { get; set; } /// /// /// public List Name { get; set; } /// /// /// public string Number { get; set; } /// /// /// public int UseOrgId_Id { get; set; } /// /// /// public UseOrgId UseOrgId { get; set; } } public class MultiLanguageTextItem { /// /// /// public string DirtyFlags { get; set; } /// /// /// public string FromDatabase { get; set; } /// /// /// public int PkId { get; set; } /// /// /// public int LocaleId { get; set; } /// /// 珠海兴诺能源技术有限公司 /// public string Name { get; set; } } public class NameItem { /// /// /// public int Key { get; set; } /// /// 珠海兴诺能源技术有限公司 /// public string Value { get; set; } } public class SnapshotsItem { /// /// /// public string TableName { get; set; } /// /// /// public string Oids { get; set; } /// /// /// public string OidType { get; set; } } public class UseOrgId { /// /// /// public string DirtyFlags { get; set; } /// /// /// public List Snapshots { get; set; } /// /// /// public string FromDatabase { get; set; } /// /// /// public int Id { get; set; } /// /// /// public string Number { get; set; } /// /// /// public List MultiLanguageText { get; set; } /// /// /// public List Name { get; set; } } }