| | |
| | | #endregion |
| | | |
| | | #region[往来单位新增编辑] |
| | | public static ToMessage AddUpdateCurrentUnit(string unitid, string unitcode, string unitname, string mtypecode, string btypecode, string htypecode, string person, string contact, string description, string usercode, string OperType) |
| | | public static ToMessage AddUpdateCurrentUnit(string unitid, string unitcode, string unitname, string typecode, string person, string contact, string description, string usercode, string OperType) |
| | | { |
| | | return BasicSettingDAL.AddUpdateCurrentUnit(unitid, unitcode, unitname, mtypecode, btypecode, htypecode, person, contact, description, usercode, OperType); |
| | | return BasicSettingDAL.AddUpdateCurrentUnit(unitid, unitcode, unitname,typecode, person, contact, description, usercode, OperType); |
| | | } |
| | | #endregion |
| | | |
| | |
| | | |
| | | |
| | | #region[安灯系统/自定义安灯呼叫类型查询] |
| | | public static ToMessage AnDengTypeSearch(int startNum, int endNum, string prop, string order) |
| | | public static ToMessage AnDengTypeSearch() |
| | | { |
| | | return BasicSettingDAL.AnDengTypeSearch(startNum,endNum,prop,order); |
| | | return BasicSettingDAL.AnDengTypeSearch(); |
| | | } |
| | | #endregion |
| | | |
| | |
| | | return BasicSettingDAL.AnDengResponUserDeleteSeave(id, ando_cogfigid); |
| | | } |
| | | #endregion |
| | | |
| | | |
| | | |
| | | |
| | | #region[通过车间编码查找设备信息] |
| | | public static ToMessage WhkspIsEqpSearch(string wkshpcode) |
| | | { |
| | | return BasicSettingDAL.WhkspIsEqpSearch(wkshpcode); |
| | | } |
| | | #endregion |
| | | } |
| | | } |