System functions:
(1) Equipment category management: Convenient for device management, you can add new category names and modify existing category names
(2) Equipment information management: new equipment is purchased and stored, and various attributes of the equipment are maintained and queried.
(3) Equipment loan and return management: record and query the loan and return of equipment
(4) Equipment maintenance management: equipment is repaired and returned for repair, and maintenance information can be queried according to conditions.
(5) Equipment scrap management: Scrap equipment that can no longer be used and query it at the same time
(6) System management: You can set the system login password, system description, etc.
System features:
(1) Log in and add the picture verification code for identity verification, and the password is encrypted by md5 hash.
(2) The system uses beautified menus and GridView controls
(3) Each device supports the picture function. When new pictures are uploaded, the system will automatically delete old pictures.
(3) Optimize database design and solve data consistency problem
(4) The program uses the three-layer architecture idea and is designed using a completely object-oriented thinking method.
Database file: DeviceInfo_Data.MDF in the DB directory
Sqlserver database login information: account sa, password sa (you can modify it in the Web.Config file)
System default administrator login information: Account admin Password admin
AppCodeDataAccessLayer is the directory where the data layer code is located
AppCodeBusinessLogicLayer is the directory where the business logic layer code is located
Expand