啊鑫
2 天以前 eb65436c2312821e3e513ab9ada41dd486d6d7cf
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
    }
}