| | |
| | | return DeviceManagerDAL.SaveDeviceRepairStanedAssociationEqp(repairstand_code, username, json); |
| | | } |
| | | #endregion |
| | | |
| | | |
| | | |
| | | #region[设备点检记录查询] |
| | | public static ToMessage DeviceCheckTakeSearch(string wkshopcode, string eqpcode, string eqpname, string stanedname, string checkuser, string checkopendate, string checkclosedate, int startNum, int endNum, string prop, string order) |
| | | { |
| | | return DeviceManagerDAL.DeviceCheckTakeSearch(wkshopcode, eqpcode, eqpname, stanedname, checkuser, checkopendate, checkclosedate, startNum, endNum, prop, order); |
| | | } |
| | | #endregion |
| | | |
| | | #region[设备保养记录明细查询] |
| | | public static ToMessage DeviceCheckSubTakeSearch(string djwo) |
| | | { |
| | | return DeviceManagerDAL.DeviceCheckSubTakeSearch(djwo); |
| | | } |
| | | #endregion |
| | | } |
| | | } |