cnf
2025-03-24 d84ac8a7ee3121b791d8d4d59ab6f2b766796948
MES.Service/Modes/SentLaboratory/SentLaboratoryTestingItems.cs
ÎļþÃû´Ó MES.Service/Modes/SentLaboratoryTestingItems.cs ÐÞ¸Ä
@@ -1,6 +1,6 @@
using SqlSugar;
namespace MES.Service.Modes;
namespace MES.Service.Modes.SentLaboratory;
/// <summary>
///     å®žéªŒå®¤é€æ£€é¡¹ç›®è¡¨
@@ -19,5 +19,5 @@
    /// </summary>
    [SugarColumn(ColumnName = "INSPECTION_ITEMS")]
    public string? InspectionItems { get; set; }
}