개정판 6a19b48d
issue #00000 페이지 이미지 download 로직 수정
Change-Id: I4da03c36b5a135eea80b57b20ada38239afd1082
FinalServiceV3/KCOM_FinalService/MarkupToPDF/EventMember.cs | ||
---|---|---|
1 | 1 |
using Markus.EntityModel; |
2 |
using Markus.Service.Interface; |
|
2 | 3 |
using System; |
3 | 4 |
using System.Collections.Generic; |
4 | 5 |
using System.Linq; |
... | ... | |
36 | 37 |
|
37 | 38 |
public int CurrentPage { get; set; } |
38 | 39 |
|
39 |
public IFinalPDF.FinalStatus Status { get; set; }
|
|
40 |
public StatusCodeType Status { get; set; }
|
|
40 | 41 |
|
41 | 42 |
} |
42 | 43 |
|
... | ... | |
44 | 45 |
{ |
45 | 46 |
public string FinalID { get; set; } |
46 | 47 |
public string Message { get; set; } |
48 |
|
|
49 |
public int CurrentPage { get; set; } |
|
47 | 50 |
} |
48 | 51 |
} |
내보내기 Unified diff