yavsc/Yavsc.Server/Models/Billing/histoestim.cs

14 lines
363 B
C#
Raw Normal View History

2016-05-17 18:22:18 +02:00
using System;
2016-06-14 03:37:57 +02:00
namespace Yavsc.Models.Billing
2016-05-17 18:22:18 +02:00
{
public partial class histoestim
{
public long _id { get; set; }
public string applicationname { get; set; }
public DateTime datechange { get; set; }
public long estid { get; set; }
public int? status { get; set; }
public string username { get; set; }
}
}