Advertisement
rstx2

Untitled

Dec 26th, 2020
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. public int id { get; set; }
  2. public string System { get; set; }
  3. public string ErrKind { get; set; }
  4. public string Desc { get; set; }
  5. public string Applicant { get; set; }
  6. public string PIC { get; set; }
  7. public string ReqFormNo { get; set; }
  8. public string ReqFormDesc { get; set; }
  9. public string Stage { get; set; }
  10. public string UserExpectedDate { get; set; }
  11. public string StageEstimateFinish { get; set; }
  12. public string StageActualFinish { get; set; }
  13. public string TestDateEstimate { get; set; }
  14. public string ApplyDate { get; set; }
  15. public string Memo { get; set; }
  16. public DateTime CreatedAt { get; set; }
  17. public DateTime UpdatedAt { get; set; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement