服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2025-01-01 fcee1ab17f2cca5c1b058304a987cce43d0e7672
Tiger.Model.Net/Entitys/MES/SMT_SOLDER.cs
@@ -1,8 +1,8 @@
using System;
using SqlSugar;
using System.Linq;
using System.ComponentModel;
using System.Collections.Generic;
using SqlSugar;
namespace Tiger.Model
{
@@ -142,15 +142,15 @@
      #endregion
      #region 枚举变量
      /*例子
      public enum FieldNames
      //例子
      public enum STATUSs
      {
         [Description("枚举描述0")]
         Enum0,
         [Description("枚举描述1")]
         Enum1,
         [Description("锡膏")]
            SolderPaste,
         [Description("胶水")]
            Adhesive,
      }
      */
      #endregion
      #region 公共方法