helongyang
5 天以前 63d187526792e6e29bfec07d0e3f0dce07df31b3
´úÂë¹ÜÀí/WMS/WIDESEA_WMSServer/WIDESEA_Common/MaterielEnum/MaterielSourceTypeEnum.cs
@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
@@ -11,16 +12,19 @@
        /// <summary>
        /// é‡‡è´­ä»¶
        /// </summary>
        PurchasePart = 1,
        [Description("采购件")]
        é‡‡è´­ä»¶ = 1,
        /// <summary>
        /// è‡ªåˆ¶ä»¶
        /// </summary>
        SelfMadePart = 2,
        [Description("自制件")]
        è‡ªåˆ¶ä»¶ = 2,
        /// <summary>
        /// é‡‡è´­&自制件
        /// </summary>
        PurchaseAndSelf = 3
        [Description("采购和自制件")]
        é‡‡è´­å’Œè‡ªåˆ¶ä»¶ = 3
    }
}