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 虚拟属性