新框架PC后端代码(祈禧6月初版本)
lg
7 天以前 9818c99cf8b660d5cc29c4f404b642c2f361df3c
WebApi/GS.QC/Service/RkqcManager.cs
@@ -8,10 +8,15 @@
using Microsoft.AspNetCore.Mvc;
using System.Dynamic;
using static Gs.Toolbox.UtilityHelper;
using System.Text;
namespace GS.QC.Service
{
    /// <summary>
    /// 其它入库检验
    /// </summary>
    [ApiGroup(ApiGroupNames.QC)]
    public class RkqcManager : IRomteService
@@ -138,6 +143,8 @@
            return ReturnDto<dynamic>.QuickReturn(m, ReturnCode.Default, "读取失败!");
        }
        #endregion
    }
}