快乐的昕的电脑
2025-10-16 ab2b1ad5c8c339f2c92cc0ea2d8723d82b626100
Controllers/MesNumericalController.cs
@@ -93,7 +93,7 @@
    /// </summary>
    /// <returns></returns>
    [HttpPost("Insert")]
    public ResponseResult Add([FromBody] MesNumerical data)
    public ResponseResult Add([FromBody] MesNumericalBycl data)
    {
        try
        {
@@ -117,7 +117,7 @@
    /// </summary>
    /// <returns></returns>
    [HttpPost("InsertReturnIdentity")]
    public ResponseResult InsertReturnIdentity([FromBody] MesNumerical data)
    public ResponseResult InsertReturnIdentity([FromBody] MesNumericalBycl data)
    {
        try
        {
@@ -141,7 +141,7 @@
    /// </summary>
    /// <returns></returns>
    [HttpPost("Update")]
    public ResponseResult Update([FromBody] MesNumerical data)
    public ResponseResult Update([FromBody] MesNumericalBycl data)
    {
        try
        {