You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
using System; using System.Collections.Generic; using System.Linq; using System.Text;
namespace ICSSoft.Frame.WatchPanel { public class WatchData { public string Name;//XML配置项名称
public string AutoBetTime;//自动刷新频率
public string ChangeTime ;//屏幕切换频率
public string SS ;//包含的产线
public string CarSS;//车间包含的产线
public string EquipID;//设备ID
public bool CarStatus;//车间概况
public bool CarWatchStatus;//车间概况电子看板
public bool CarPro;//车间产量及直通率
public bool SSStatus;//产线情况
public bool SSCount;//每屏显示数量
public bool Right;//显示右边区域
} }
|