SVN-Revision: r339
This commit is contained in:
tdx
2025-03-18 07:13:49 +00:00
parent 24008f37c5
commit b022625760
@@ -12,6 +12,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using System.Collections;
namespace Lskj.Control.Model
{
@@ -326,11 +327,14 @@ namespace Lskj.Control.Model
/// 条件
/// </summary>
public string SplicingConditions;
/// <summary>
/// 禁显状态(true是禁显)
/// </summary>
public bool isVislble;
/// <summary>
/// Url图片列缓存
/// </summary>
public Hashtable LabPicUrlImages;
#endregion