领胜LDS 键盘AOI检测项目
wells.liu
2020-07-13 fbc6882c40e8bcda00798eb759e48787aeecbdae
src/Bro.M071.Model/Model/MeasurementUnitResult.cs
@@ -2,6 +2,7 @@
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace Bro.M071.Model.Model
{
@@ -39,6 +40,9 @@
        /// </summary>
        [StringLength(64)]
        public string MeasurementResult { get; set; }
        [NotMapped]
        public string ProductionBarcode { get; set; }
    }
    public class MeasurementUnitResultRequest : BaseRequest