| | |
| | | [SugarColumn(IsPrimaryKey = true)] |
| | | public string S_CNTR_CODE { get; set; } // 容器编码 |
| | | public string S_ITEM_CODE { get; set; } // 物料编码 |
| | | public string S_CELL_NO { get; set; } // 商品编码 |
| | | public string S_ITEM_STATE { get; set; } = "OK"; // 质检状态 |
| | | public float F_QTY { get; set; } // 数量 |
| | | public string S_MCN { get; set; } // 机器代码 |
| | | public string S_OPR { get; set; } // 操作员id1 |
| | | public string S_OPR02 { get; set; } // 操作员id2 |
| | | public string S_OPR03 { get; set; } // 操作员id3 |
| | | public string S_OPR04 { get; set; } // 操作员id4 |
| | | public string S_WINDUP { get; set; } // windup |
| | | public string S_TXNDATE { get; set; } // 生产时间 |
| | | public string S_DATE_SHIFT { get; set; } // 转班日期 |
| | | public string S_EFFECTIVE_TIME { get; set; } // 生效时间 |
| | | public string S_EXPIRATION_TIME { get; set; } // 失效时间 |
| | | public int N_INNER_DIAMETER { get; set; } // 胚胎内径 |
| | | public int N_OUTER_DIAMETER { get; set; } // 胚胎外径 |
| | | public int N_HEIGHT { get; set; } // 胚胎高度 |
| | | public int N_URGENT_FLAG { get; set; } = 0; // 加急标识 |
| | | |
| | | } |
| | | } |