프로젝트

일반

사용자정보

개정판 cb2e1138

IDcb2e11385fc1870ebcd947956aea8ffb809c6add
상위 20e540bb
하위 089a9f5c

유성호이(가) 일년 이상 전에 추가함

issue #0000
신규 관리항목
- AVEVA 담당자, AVEVA 작업자, ID2 답변및수정사항, ID2답변요청자, 변환여부
- Main 리스트 컬럼 추가
- Model 및 DB 삭제
- crud 수정

Change-Id: I07e6e70b143d035e3aeee76d4b9bc806ca686306

차이점 보기:

ID2.Manager/ID2.Manager.Data/Models/Documents.cs
106 106
        [DataMember]
107 107
        public string ID2Issues { get; set; }
108 108
        [DataMember]
109
        public string ReplyModifications { get; set; }
110
        [DataMember]
111
        public string ReplyRequester { get; set; }
112
        [DataMember]
113
        public string IsConvert { get; set; }
114
        [DataMember]
115
        public string AVEVAPersonInCharge { get; set; }
116
        [DataMember]
117
        public string AVEVAWorker { get; set; }
118
        [DataMember]
109 119
        public DateTime? AVEVAConvertDate { get; set; }
110 120
        [DataMember]
111 121
        public DateTime? AVEVAReviewDate { get; set; }
......
173 183
                && this.ToCreator == other.ToCreator
174 184
                && this.FrReviewStatus == other.FrReviewStatus && this.FrRemarks == other.FrRemarks && this.FrCreator == other.FrCreator
175 185
                && this.ID2StartDate == other.ID2StartDate && this.ID2EndDate == other.ID2EndDate && this.ID2Status == other.ID2Status
176
                && this.ID2Issues == other.ID2Issues && this.AVEVAConvertDate == other.AVEVAConvertDate && this.AVEVAReviewDate == other.AVEVAReviewDate
186
                && this.ID2Issues == other.ID2Issues && this.ReplyModifications == other.ReplyModifications && this.ReplyRequester == other.ReplyRequester && this.IsConvert == other.IsConvert && this.AVEVAPersonInCharge == other.AVEVAPersonInCharge && this.AVEVAWorker == other.AVEVAWorker
187
                && this.AVEVAConvertDate == other.AVEVAConvertDate && this.AVEVAReviewDate == other.AVEVAReviewDate
177 188
                && this.AVEVAStatus == other.AVEVAStatus && this.AVEVAIssues == other.AVEVAIssues && this.ReviewFilePath == other.ReviewFilePath && this.ReviewFileName == other.ReviewFileName
178 189
                && this.ProdReviewer == other.ProdReviewer && this.ProdIsResult == other.ProdIsResult && this.ProdRemarks == other.ProdRemarks && this.ClientReviewer == other.ClientReviewer
179 190
                && this.ClientIsResult == other.ClientIsResult && this.ClientRemarks == other.ClientRemarks && this.DTIsGateWay == other.DTIsGateWay && this.DTIsImport == other.DTIsImport
......
197 208
                + this.ToCreator.GetNullableHash()
198 209
                + this.FrReviewStatus.GetNullableHash() + this.FrRemarks.GetNullableHash() + this.FrCreator.GetNullableHash()
199 210
                + this.ID2StartDate.GetNullableHash() + this.ID2EndDate.GetNullableHash() + this.ID2Status.GetNullableHash()
200
                + this.ID2Issues.GetNullableHash() + this.AVEVAConvertDate.GetNullableHash() + this.AVEVAReviewDate.GetNullableHash()
211
                + this.ID2Issues.GetNullableHash() + this.ReplyModifications.GetNullableHash() + this.ReplyRequester.GetNullableHash() + this.IsConvert.GetNullableHash() + this.AVEVAPersonInCharge.GetNullableHash() + this.AVEVAWorker.GetNullableHash()
212
                + this.AVEVAConvertDate.GetNullableHash() + this.AVEVAReviewDate.GetNullableHash()
201 213
                + this.AVEVAStatus.GetNullableHash() + this.AVEVAIssues.GetNullableHash() + this.ReviewFilePath.GetNullableHash() + this.ReviewFileName.GetNullableHash()
202 214
                + this.ProdReviewer.GetNullableHash() + this.ProdIsResult.GetNullableHash() + this.ProdRemarks.GetNullableHash() + this.ClientReviewer.GetNullableHash()
203 215
                + this.ClientIsResult.GetNullableHash() + this.ClientRemarks.GetNullableHash() + this.DTIsGateWay.GetNullableHash() + this.DTIsImport.GetNullableHash()

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)