zjh
2025-04-18 731248dc7586deb440cd19ebd9d1fa9b9bda03be
StandardPda/MES.Service/Modes/MesQsImage.cs
@@ -1,6 +1,6 @@
using SqlSugar;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using SqlSugar;
namespace MES.Service.Modes;
@@ -36,7 +36,7 @@
    public byte[]? ImageData { get; set; }
    /// <summary>
    ///     1为首检,2为巡检,3为入库检
    ///     1为首检,2为巡检,3为入库检,4为来料检
    /// </summary>
    [Column("QS_TYPE")]
    [SugarColumn(ColumnName = "QS_TYPE")] //用于SqlSugar