using Entity.Sugar; namespace Entity.ViewModels { public class View_PDT_Service : SETB_PDT_ServiceBaseInfo { public SETB_SYS_Category SubCategory { get; set; } public SETB_CMS_Exhibition Exhibition { get; set; } public SETB_SCM_Supplier Supplier { get; set; } public SETB_PDT_Service_Description Description { get; set; } } }