using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IStation.Application
{
///
/// 南通测试变模式输入
///
public class NTTestChangeInput
{
///
/// 是否只读
///
public bool ReadOnly { get; set; }
///
/// 是否远程
///
public bool IsRemote { get; set; }
}
}