You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks;
namespace NFine.Domain._03_Entity.SRM { public class ICSPREVENDOR { public string ID{get;set;} public string TEMPVENDORCODE{get;set;}//
public string TEMPVENDORNAME{get;set;}//
public string TEMPVENDORAttribute{get;set;}//
public string VENDORAbbreviation{get;set;}//
//public string VENDORCODE{get;set;}
//public string VENDORNAME{get;set;}
//public string VENDORCOMPANY{get;set;}
//public string VENDORPRODUCT{get;set;}
//public string VENDORTYPE{get;set;}
//public string RegistrationStatus{get;set;}
//public string VENDORUSERCODE{get;set;}
public string CONTACTEMAIL{get;set;}//
//public string CONTACTMOBILE{get;set;}
public string CONTACTNAME{get;set;}//
public string CONTACTPHONENO{get;set;}//
public string AgainPassWord { get; set; }//
public string RegBusinessScope{get;set;}//
public string RegRegisteredCapital{get;set;}//
public string RegIncorporationDate{get;set;}//
public int WhetherPassISO9000 { get; set; }//
public int WhetherInviteRegistration { get; set; }//
public string InviteRegistrationPerson{get;set;}//
//public string ISSTOP{get;set;}
//public DateTime CREATEDATE { get; set; }
//public string CREATEUSER{get;set;}
//public DateTime LOGDATE { get; set; }
//public string LOGUSER{get;set;}
public string WorkPoint { get; set; } //public string ADDITION1{get;set;}
//public string ADDITION2{get;set;}
//public string ADDITION3{get;set;}
//public string ADDITION4{get;set;}
//public string ADDITION5{get;set;}
public string PassWord { get; set; }//
public string VenCode { get; set; } public string CGName { get; set;} } }
|