You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
378 B
16 lines
378 B
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; }
|
|
|
|
}
|
|
}
|