| | |
| | | public string S_ITEM_NAME { get; set; } |
| | | public string S_MP_TYPE { get; set; } |
| | | public string S_ITEM_TYPE { get; set; } |
| | | public string S_ITEM_SPEC { get; set; } |
| | | public Nullable<float> F_WEIGHT { get; set; } |
| | | public string S_MATERIAL { get; set; } |
| | | public string S_IDCODE { get; set; } |
| | |
| | | public DateTime? T_PBOM_UPDATE { get; set; } |
| | | public string C_MULTI_ROUTE { get; set; } |
| | | public string S_ROUTE_MAKE { get; set; } |
| | | public string C_CLEAN { get; set; } |
| | | public string S_ROUTE_ASSEMBLY { get; set; } |
| | | public string S_DMODE { get; set; } |
| | | public string S_STATE_PRE { get; set; } |
| | | public int N_REVIEW_RESULT { get; set; } |
| | | public float F_MAX_QTY { get; set; } |
| | | public string S_UOM { get; set; } |
| | | |
| | | |
| | | } |
| | | |
| | | public class MES_Material |