using OASystem.Domain.Entities.Resource; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OASystem.Domain.ViewModels.Resource { public class OfficialActivitiesView : Res_OfficialActivities { public string CreateUserName { get; set; } public string OfficialFormName { get; set; } } /// /// 请示范例 Tips View /// public class ReqReqSampleTipsView { public string TeamName { get; set; } public string Country { get; set; } public string Area { get; set; } public string Client { get; set; } public string ReqSample { get; set; } } }