领胜LDS 键盘AOI检测项目
wells.liu
2020-07-13 b2a5e60d5df66bc8a6be7e12eded1f7e923e9196
src/Bro.M071.Model/Model/KeyUnitData.cs
@@ -1,6 +1,7 @@

using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace Bro.M071.Model.Model
{
@@ -32,6 +33,9 @@
        /// </summary>
        [StringLength(64)]
        public string ItemValue { get; set; }
        [NotMapped]
        public string ProductionBarcode { get; set; }
    }
    public class KeyUnitDataRequest : BaseRequest