| | |
| | | return DeviceManagerDAL.DeleteDeviceManger(devicecode); |
| | | } |
| | | #endregion |
| | | |
| | | |
| | | |
| | | |
| | | #region[设备点检项列表查询] |
| | | public static ToMessage DeviceCheckItemSearch(string checkitemcode, string checkitemname, string checkdescr, string isqrcode,string cycle, int startNum, int endNum, string prop, string order) |
| | | { |
| | | return DeviceManagerDAL.DeviceCheckItemSearch(checkitemcode, checkitemname, checkdescr, isqrcode, cycle, startNum, endNum, prop, order); |
| | | } |
| | | #endregion |
| | | |
| | | #region[设备点检项新增编辑] |
| | | public static ToMessage AddUpdateDeviceCheckItem(string checkitemid, string checkitemcode, string checkitemname, string checkitemdescr, string cycle, string isqrcode, string usercode, string operType) |
| | | { |
| | | return DeviceManagerDAL.AddUpdateDeviceCheckItem(checkitemid, checkitemcode, checkitemname, checkitemdescr, cycle, isqrcode, usercode, operType); |
| | | } |
| | | #endregion |
| | | |
| | | #region[设备点检项删除] |
| | | public static ToMessage DeleteDeviceCheckItem(string checkitemcode) |
| | | { |
| | | return DeviceManagerDAL.DeleteDeviceCheckItem(checkitemcode); |
| | | } |
| | | #endregion |
| | | |
| | | |
| | | #region[设备保养项列表查询] |
| | | public static ToMessage DeviceMaiItemSearch(string maiitemcode, string maiitemname, string maidescr, string isqrcode, string cycle, int startNum, int endNum, string prop, string order) |
| | | { |
| | | return DeviceManagerDAL.DeviceMaiItemSearch(maiitemcode, maiitemname, maidescr, isqrcode, cycle, startNum, endNum, prop, order); |
| | | } |
| | | #endregion |
| | | |
| | | #region[设备保养项新增编辑] |
| | | public static ToMessage AddUpdateDeviceMaiItem(string maiitemid, string maiitemcode, string maiitemname, string maiitemdescr, string cycle, string isqrcode, string usercode, string operType) |
| | | { |
| | | return DeviceManagerDAL.AddUpdateDeviceMaiItem(maiitemid, maiitemcode, maiitemname, maiitemdescr, cycle, isqrcode, usercode, operType); |
| | | } |
| | | #endregion |
| | | |
| | | #region[设备保养项删除] |
| | | public static ToMessage DeleteDeviceMaiItem(string maiitemcode) |
| | | { |
| | | return DeviceManagerDAL.DeleteDeviceMaiItem(maiitemcode); |
| | | } |
| | | #endregion |
| | | } |
| | | } |