프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / MarkusLogview / MarkusDataModel / DTOs / ProjectDTO.cs @ ddc223b4

이력 | 보기 | 이력해설 | 다운로드 (656 Bytes)

1 84578b97 djkim
using System;
2
using System.Collections.Generic;
3
using System.Linq;
4
using System.Text;
5
6
namespace MarkusDataModel.DTOs
7
{
8
    [Serializable]
9
    public class ProjectList
10
    {
11
        public string ProjectNO { get; set; }
12
        public string ProjectName { get; set; }
13
        public DateTime RunDateTime { get; set; }
14
        public int IsActivity { get; set; }
15
        //public string FilePath { get; set; }
16
        public int Insert { get; set; }
17
        public int Wait { get; set; }
18
        public int Crop { get; set; }
19
        public int Success { get; set; }
20
        public int Error { get; set; }
21
        public int Entire { get; set; }
22
    }
23
}
클립보드 이미지 추가 (최대 크기: 500 MB)