SVN r339
SVN-Revision: r339
This commit is contained in:
@@ -12,6 +12,7 @@ using System.Collections.Generic;
|
|||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Data;
|
using System.Data;
|
||||||
|
using System.Collections;
|
||||||
|
|
||||||
namespace Lskj.Control.Model
|
namespace Lskj.Control.Model
|
||||||
{
|
{
|
||||||
@@ -326,11 +327,14 @@ namespace Lskj.Control.Model
|
|||||||
/// 条件
|
/// 条件
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string SplicingConditions;
|
public string SplicingConditions;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 禁显状态(true是禁显)
|
/// 禁显状态(true是禁显)
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool isVislble;
|
public bool isVislble;
|
||||||
|
/// <summary>
|
||||||
|
/// Url图片列缓存
|
||||||
|
/// </summary>
|
||||||
|
public Hashtable LabPicUrlImages;
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user