移动系统liao
2024-07-30 306ab8865840b2637590abb6e670e5614446f24d
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
    }