设置价格 折扣

This commit is contained in:
“wanyongkang”
2021-04-20 18:42:47 +08:00
parent 81028aebd3
commit 7bbadd32c6
12 changed files with 548 additions and 227 deletions

View File

@@ -60,6 +60,7 @@ namespace Hncore.Pass.Vpn.Controllers
var entity = await m_PriceSchemeService.GetById(request.Id);
entity.Name = request.Name;
entity.Remark = request.Remark;
entity.discount = request.discount;
entity.UpdateTime = DateTime.Now;
await m_PriceSchemeService.Update(entity);
return Success();