Disk quota

This commit is contained in:
2016-11-30 11:05:10 +01:00
parent eaab558b2b
commit d5d113d591
9 changed files with 1193 additions and 22 deletions

View File

@ -38,5 +38,7 @@ namespace Yavsc.ViewModels.Manage
public string PostalAddress { get; set; }
public BankIdentity BankInfo { get; set; }
public long DiskQuota { get; set; }
public long DiskUsage { get; set; }
}
}