领胜LDS 键盘AOI检测项目
xcd
2020-07-15 bbac60058524198c13c4a22943719f853ef8e2bc
src/Bro.M071.Model/Model/MeasurementUnitResult.cs
@@ -41,8 +41,17 @@
        [StringLength(64)]
        public string MeasurementResult { get; set; }
        /// <summary>
        /// 产品编码
        /// </summary>
        [NotMapped]
        public string ProductionCode { get; set; }
        [NotMapped]
        public string ProductionBarcode { get; set; }
        [NotMapped]
        public string Keys { get; set; }
        [NotMapped]
        public string Positions { get; set; }
    }
    public class MeasurementUnitResultRequest : BaseRequest
@@ -71,22 +80,6 @@
        ///  检测结果 ok ng
        /// </summary>
        public string MeasurementResult { get; set; }
    }
    public class MeasurementUnitResult_DTO : MeasurementUnitResult
    {
        //产品相关
        /// <summary>
        /// 产品编码
        /// </summary>
        public string ProductionCode { get; set; }
        /// <summary>
        /// 产品条码
        /// </summary>
        public string ProductionBarcode { get; set; }
    }
    public class ProductionMeasurementUnitResultAndKeyUnitDataSet