移动系统liao
2024-07-30 35a617123c0d578772d9f4450bf27d3b52277384
CoreCms.Net.IServices/Stock/ICoreCmsStockServices.cs
@@ -51,7 +51,7 @@
        /// </summary>
        /// <param name="entity"></param>
        /// <returns></returns>
        Task<AdminUiCallBack> InsertAsync(FMCreateStock entity);
        Task<AdminUiCallBack> InsertAsync(FMCreateStock entity, string username, CoreCmsDistribution distribution);
        #endregion
    }