快乐的昕的电脑
2025-10-18 c78de54cc66df1fc8d68e23858b37e50d1178a02
Controllers/DevMachineController.cs
@@ -63,7 +63,7 @@
    /// </summary>
    /// <returns></returns>
    [HttpPost("UpdateDevMachine")]
    public ResponseResult UpdateDevMachine([FromBody] DevMachine data)
    public ResponseResult UpdateDevMachine([FromBody] DevMacBycl data)
    {
        try
        {
@@ -84,7 +84,7 @@
    //GetDevMachineByPdaMac
    [HttpPost("GetDevMachineByPdaMac")]
    public ResponseResult GetDevMachineByPdaMac([FromBody] DevMachine data)
    public ResponseResult GetDevMachineByPdaMac([FromBody] DevMacBycl data)
    {
        try
        {
@@ -181,7 +181,7 @@
    /// </summary>
    /// <returns></returns>
    [HttpPost("Insert")]
    public ResponseResult Add([FromBody] DevMachine data)
    public ResponseResult Add([FromBody] DevMacBycl data)
    {
        try
        {
@@ -205,7 +205,7 @@
    /// </summary>
    /// <returns></returns>
    [HttpPost("InsertReturnIdentity")]
    public ResponseResult InsertReturnIdentity([FromBody] DevMachine data)
    public ResponseResult InsertReturnIdentity([FromBody] DevMacBycl data)
    {
        try
        {
@@ -229,7 +229,7 @@
    /// </summary>
    /// <returns></returns>
    [HttpPost("Update")]
    public ResponseResult Update([FromBody] DevMachine data)
    public ResponseResult Update([FromBody] DevMacBycl data)
    {
        try
        {