From 603d393971f87f878edf2b0437f57b3e94646739 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期四, 26 九月 2024 14:39:14 +0800 Subject: [PATCH] 模板变量获取更新 --- 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