sync public allowlist from private myoffice
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
namespace MyOffice.Web.Models.Currency;
|
||||
|
||||
public class CurrencyEditModel
|
||||
{
|
||||
public string Name { get; set; } = null!;
|
||||
public string ShortName { get; set; } = null!;
|
||||
public int Quantity { get; set; }
|
||||
public decimal Rate { get; set; }
|
||||
public DateTime RateDate { get; set; }
|
||||
public bool IsPrimary { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user