设备管理系统 源代码及运行界面

上传人:壹****1 文档编号:551076146 上传时间:2022-08-04 格式:DOC 页数:84 大小:3.01MB
返回 下载 相关 举报
设备管理系统 源代码及运行界面_第1页
第1页 / 共84页
设备管理系统 源代码及运行界面_第2页
第2页 / 共84页
设备管理系统 源代码及运行界面_第3页
第3页 / 共84页
设备管理系统 源代码及运行界面_第4页
第4页 / 共84页
设备管理系统 源代码及运行界面_第5页
第5页 / 共84页
点击查看更多>>
资源描述

《设备管理系统 源代码及运行界面》由会员分享,可在线阅读,更多相关《设备管理系统 源代码及运行界面(84页珍藏版)》请在金锄头文库上搜索。

1、源代码及运行界面1. model类a Depart.cs using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace model public class Depart public Depart() #region model private int _departid; private string _departname; private int _parentid; public int DepartID set _departid = value; get re

2、turn _departid; public string DepartName set _departname = value; get return _departname; public int ParentID set _parentid = value; get return _parentid; #endregion model b Device.cs using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace model public class Devic

3、e public Device() #region model private int _deviceid; private string _devicetypeid; private int _typeid; private int _classid; private string _devicestate; private Single _price; private int _useofyear; private Single _svp; private string _manufacture; private DateTime _stocktime; public int Device

4、ID set _deviceid = value; get return _deviceid; public string DeviceTypeID set _devicetypeid = value; get return _devicetypeid; public int TypeID set _typeid = value; get return _typeid; public int ClassID set _classid = value; get return _classid; public string DeviceState set _devicestate = value;

5、 get return _devicestate; public Single Price set _price = value; get return _price; public int UseOfYear set _useofyear = value; get return _useofyear; public Single SVP set _svp = value; get return _svp; public string Manufacture set _manufacture = value; get return _manufacture; public DateTime S

6、tockDate set _stocktime = value; get return _stocktime; #endregion model c DeviceClass.cs using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace model public class DeviceClass public DeviceClass() #region model private int _classid; private string _classname; pri

7、vate int _typeid; public int ClassID set _classid = value; get return _classid; public string ClassName set _classname = value; get return _classname; public int TypeID set _typeid = value; get return _typeid; #endregion model d DeviceType.cs using System;using System.Collections.Generic;using Syste

8、m.Linq;using System.Text;namespace model public class DeviceType public DeviceType() #region model private int _typeid; private string _typename; public int TypeID set _typeid = value; get return _typeid; public string TypeName set _typename = value; get return _typename; #endregion model e RepairIn

9、fo.cs using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace model public class RepairInfo public RepairInfo() #region model private int _repairid; private int _deviceid; private string _repairpeople; private DateTime _beginrepairdate; private Single _repairprice; private int _repairoftime; private string _faultcause; private string _remark; public int RepairID set _repairid = value; get return _repairid; public int DeviceID set _deviceid = value; get return _deviceid; public string RepairPeople set _repairpeople = value;

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 办公文档 > 活动策划

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号