设置价格 折扣

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

@@ -8,6 +8,7 @@ namespace Hncore.Pass.Vpn.Domain
{
public string Name { get; set; }
public string Remark { get; set; }
public int discount { get; set; }
}
}