cleaning
This commit is contained in:
parent
f35dfbca25
commit
5a38ce23e5
1 changed files with 2 additions and 13 deletions
|
|
@ -1,23 +1,13 @@
|
||||||
using System;
|
using System.Collections.Generic;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace BookAStar.Model.Workflow
|
namespace BookAStar.Model.Workflow
|
||||||
{
|
{
|
||||||
public partial class Estimate
|
public partial class Estimate
|
||||||
{
|
{
|
||||||
public long Id { get; set; }
|
public long Id { get; set; }
|
||||||
|
|
||||||
public long? CommandId { get; set; }
|
public long? CommandId { get; set; }
|
||||||
/// <summary>
|
|
||||||
/// A command is not required to create
|
|
||||||
/// an estimate,
|
|
||||||
/// it will result in a new estimate template
|
|
||||||
/// </summary>
|
|
||||||
/// <returns></returns>
|
|
||||||
public BookQueryPage Query { get; set; }
|
|
||||||
public string Description { get; set; }
|
public string Description { get; set; }
|
||||||
public int? Status { get; set; }
|
public int? Status { get; set; }
|
||||||
public string Title { get; set; }
|
public string Title { get; set; }
|
||||||
|
|
@ -51,7 +41,6 @@ namespace BookAStar.Model.Workflow
|
||||||
}
|
}
|
||||||
|
|
||||||
public string OwnerId { get; set; }
|
public string OwnerId { get; set; }
|
||||||
private RemoteEntity<BookQueryData, long> BookQueries;
|
|
||||||
|
|
||||||
public string ClientId { get; set; }
|
public string ClientId { get; set; }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue