服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-03-11 b9367c7d3ac63d5910a11865e3dcc2413c2140f5
Tiger.Model.Net/Entitys/MES/MES_ROUTE_NODE_POST.cs
@@ -32,6 +32,9 @@
        /// </summary>
        [SugarColumn(IsPrimaryKey = true)]
        public string POST_CODE { get; set; }
        /// <summary>
        /// 备注
        /// </summary>
        public string REMARK { get; set; }
        #endregion