| | |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [HttpPost("Insert")] |
| | | public ResponseResult Add([FromBody] DeviceStatus data) |
| | | public ResponseResult Add([FromBody] DeviceStatusBycl data) |
| | | { |
| | | try |
| | | { |
| | |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [HttpPost("InsertReturnIdentity")] |
| | | public ResponseResult InsertReturnIdentity([FromBody] DeviceStatus data) |
| | | public ResponseResult InsertReturnIdentity([FromBody] DeviceStatusBycl data) |
| | | { |
| | | try |
| | | { |
| | |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [HttpPost("Update")] |
| | | public ResponseResult Update([FromBody] DeviceStatus data) |
| | | public ResponseResult Update([FromBody] DeviceStatusBycl data) |
| | | { |
| | | try |
| | | { |