初始提交
This commit is contained in:
12
Services/Hncore.Pass.Vpn/Model/PackageUnitItemModel.cs
Normal file
12
Services/Hncore.Pass.Vpn/Model/PackageUnitItemModel.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Hncore.Pass.Vpn.Domain;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Hncore.Pass.Vpn.Model
|
||||
{
|
||||
public class PackageUnitItemModel
|
||||
{
|
||||
public int Count { get; set; }
|
||||
|
||||
public ProductPackageEntity Package { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user