helongyang
2025-03-21 3a1a5e58e9ac1b4a8449601db8c6608897877746
´úÂë¹ÜÀí/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
    }
}