| | |
| | | public class Supplier |
| | | { |
| | | public long HInterID { get; set; } |
| | | public long HItemID { get; set; } |
| | | public string HNumber { get; set; } |
| | | public string HShortNumber { get; set; } |
| | | public string HName { get; set; } |
| | |
| | | |
| | | public string HRemark { get; set; } |
| | | |
| | | public bool HStopflag { get; set; } |
| | | public string HStopflag { get; set; } |
| | | |
| | | public string HHelpCode { get; set; } |
| | | |
| | |
| | | |
| | | public long HUseOrgID { get; set; } |
| | | |
| | | public string HMaterClass { get; set; } |
| | | |
| | | public int HPSStyleID { get; set; } |
| | | public int HSupTypeID { get; set; } |
| | | |
| | | } |
| | | } |