| | |
| | | /// <param name="temperature">存储环境</param> |
| | | /// <param name="userId">操作人</param> |
| | | /// <returns></returns> |
| | | bool EditStorageLocat(int id, string status, string flag, string temperature,string url, int userId); |
| | | bool EditStorageLocat(int id,string areaNo, string status, string flag, string temperature,string url, int userId); |
| | | /// <summary> |
| | | /// 编辑储位信息集合 |
| | | /// </summary> |
| | |
| | | /// <param name="flag">标识</param> |
| | | /// <param name="userId">操作人</param> |
| | | /// <returns></returns> |
| | | bool EditStorageLocatList(List<int> id, string status, string flag, string temperature, string url,int userId); |
| | | bool EditStorageLocatList(List<int> id, string areaNo, string status, string flag, string temperature, string url,int userId); |
| | | |
| | | |
| | | |