| 1234567891011121314151617181920212223242526 | 
							- using System;
 
- using System.Collections.Generic;
 
- using System.Linq;
 
- using System.Web;
 
- namespace iBemsDataService.Model
 
- {
 
-     /// <summary>
 
-     /// FmsMaterial 의 Extension 클래스
 
-     /// </summary>
 
-     /// <remarks>
 
-     /// 클라이언트와의 DTO 위한 확장
 
-     /// </remarks>
 
-     public partial class FmsMaterialPurchaseRequestEx : FmsMaterialPurchaseRequest
 
-     {
 
-         public string CmBusinessField_Name { get; set; }
 
-         public string FmsMaterialCodeProgress_Name { get; set; }
 
-         public string RequestUserId_Name { get; set; }
 
-         public string ApprovalUserId_Name { get; set; }
 
-         public bool bSameOrder2 { get; set; }
 
-     }
 
- }
 
 
  |