From 383548796fc909758ff107382134fa96b8b11366 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期四, 09 一月 2025 17:19:29 +0800 Subject: [PATCH] 更新U9实体 --- Tiger.Model.Net/Entitys/SYS/SYS_LOW_CODE.cs | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/Tiger.Model.Net/Entitys/SYS/SYS_LOW_CODE.cs b/Tiger.Model.Net/Entitys/SYS/SYS_LOW_CODE.cs index 771790f..f11b4aa 100644 --- a/Tiger.Model.Net/Entitys/SYS/SYS_LOW_CODE.cs +++ b/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 虚拟属性 -- Gitblit v1.9.3