| | |
| | | /// 外箱码 |
| | | /// </summary> |
| | | [Description("外箱码")] |
| | | OutterCode |
| | | OutterCode, |
| | | |
| | | |
| | | |
| | | MatSerNumAnalysis, |
| | | ProSerNumAnalysis |
| | | } |
| | | |
| | | public enum AnalysisFormatType |
| | | { |
| | | /// <summary> |
| | | /// 物料编号 |
| | | /// </summary> |
| | | [Description("物料编号")] |
| | | MTC, |
| | | /// <summary> |
| | | /// 生产日期 |
| | | /// </summary> |
| | | [Description("生产日期")] |
| | | MTPT, |
| | | /// <summary> |
| | | /// 批次号 |
| | | /// </summary> |
| | | [Description("批次号")] |
| | | BHN, |
| | | /// <summary> |
| | | /// 数量 |
| | | /// </summary> |
| | | [Description("数量")] |
| | | MTQ, |
| | | /// <summary> |
| | | /// 订单号 |
| | | /// </summary> |
| | | [Description("订单号")] |
| | | ODN, |
| | | /// <summary> |
| | | /// 原始数据 |
| | | /// </summary> |
| | | [Description("原始数据")] |
| | | BD, |
| | | } |
| | | //public enum AnalysisFormatType |
| | | //{ |
| | | // /// <summary> |
| | | // /// 物料编号 |
| | | // /// </summary> |
| | | // [Description("物料编号")] |
| | | // MTC, |
| | | // /// <summary> |
| | | // /// 生产日期 |
| | | // /// </summary> |
| | | // [Description("生产日期")] |
| | | // MTPT, |
| | | // /// <summary> |
| | | // /// 批次号 |
| | | // /// </summary> |
| | | // [Description("批次号")] |
| | | // BHN, |
| | | // /// <summary> |
| | | // /// 数量 |
| | | // /// </summary> |
| | | // [Description("数量")] |
| | | // MTQ, |
| | | // /// <summary> |
| | | // /// 订单号 |
| | | // /// </summary> |
| | | // [Description("订单号")] |
| | | // ODN, |
| | | // /// <summary> |
| | | // /// 原始数据 |
| | | // /// </summary> |
| | | // [Description("原始数据")] |
| | | // BD, |
| | | //} |
| | | |
| | | public enum RuleCode |
| | | { |