服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-12-27 af5f1cebacbff5f03b77eed92425312857c83ed1
Tiger.Model.Net/Entitys/SYS/SYS_LOW_CODE.cs
@@ -46,6 +46,18 @@
        /// 增删改实体类名称
        /// </summary>
        public string CRUD_ASSY_NAME { get; set; }
        /// <summary>
        /// 是否按组织查询(Y/N)
        /// </summary>
        public string BY_ORG { get; set; }
        /// <summary>
        /// 是否按工厂查询(Y/N)
        /// </summary>
        public string BY_PROD { get; set; }
        /// <summary>
        /// 是否按仓库查询(Y/N)
        /// </summary>
        public string BY_WH { get; set; }
        #endregion
        #region 虚拟属性