| | |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [HttpPost("UpdateDevMachine")] |
| | | public ResponseResult UpdateDevMachine([FromBody] DevMachine data) |
| | | public ResponseResult UpdateDevMachine([FromBody] DevMacBycl data) |
| | | { |
| | | try |
| | | { |
| | |
| | | |
| | | //GetDevMachineByPdaMac |
| | | [HttpPost("GetDevMachineByPdaMac")] |
| | | public ResponseResult GetDevMachineByPdaMac([FromBody] DevMachine data) |
| | | public ResponseResult GetDevMachineByPdaMac([FromBody] DevMacBycl data) |
| | | { |
| | | try |
| | | { |
| | |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [HttpPost("Insert")] |
| | | public ResponseResult Add([FromBody] DevMachine data) |
| | | public ResponseResult Add([FromBody] DevMacBycl data) |
| | | { |
| | | try |
| | | { |
| | |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [HttpPost("InsertReturnIdentity")] |
| | | public ResponseResult InsertReturnIdentity([FromBody] DevMachine data) |
| | | public ResponseResult InsertReturnIdentity([FromBody] DevMacBycl data) |
| | | { |
| | | try |
| | | { |
| | |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [HttpPost("Update")] |
| | | public ResponseResult Update([FromBody] DevMachine data) |
| | | public ResponseResult Update([FromBody] DevMacBycl data) |
| | | { |
| | | try |
| | | { |