[ServiceContract]
    [ServiceKnownType(typeof(HRAwardObject))]
    [ServiceKnownType(typeof(WorkflowBasicInformationBaseObject))]
    [ServiceKnownType(typeof(MeetingBaseObject))]
    [ServiceKnownType(typeof(WorkflowBaseObject))]
    [ServiceKnownType(typeof(WebObject))]
    [ServiceKnownType(typeof(NominationReasonObject))]
    //[ServiceKnownType(typeof(NominationReasonObjectEx))]
    [ServiceKnownType(typeof(List<NominationReasonObject>))]
  public  interface IHRAwardService
    {
        [OperationContract]
        [WebGet(UriTemplate = "/getitem/lastest/{eventNo}", BodyStyle = WebMessageBodyStyle.Bare, ResponseFormat = WebMessageFormat.Json)]
        Stream GetLastestItem(string eventNo);

 

相关文章:

  • 2021-11-15
  • 2021-07-15
  • 2022-12-23
  • 2019-07-04
  • 2021-11-11
  • 2021-12-15
  • 2022-12-23
猜你喜欢
  • 2021-08-11
  • 2021-06-22
  • 2021-11-10
  • 2022-01-23
  • 2021-09-12
  • 2021-12-16
相关资源
相似解决方案