| | |
| | | using CoreCms.Net.Model.FromBody; |
| | | using CoreCms.Net.Model.ViewModels.Basics; |
| | | using CoreCms.Net.Model.ViewModels.UI; |
| | | using Essensoft.Paylink.Alipay.Domain; |
| | | using SqlSugar; |
| | | |
| | | |
| | |
| | | /// </summary> |
| | | /// <param name="entity">实体数据</param> |
| | | /// <returns></returns> |
| | | public async Task<AdminUiCallBack> InsertAsync(FMCreateStock entity) |
| | | public async Task<AdminUiCallBack> InsertAsync(FMCreateStock entity, string username, CoreCmsDistribution distribution) |
| | | { |
| | | return await _dal.InsertAsync(entity); |
| | | return await _dal.InsertAsync(entity, username, distribution); |
| | | } |
| | | |
| | | #endregion |