using System;
using System.Linq;
using System.Text;
using SqlSugar;
namespace EC_SeckillInfo
{
///
///
///
[SugarTable("Inquiry_PrintingWorks")]
public partial class Inquiry_PrintingWorks
{
public Inquiry_PrintingWorks(){
}
///
/// Desc:
/// Default:
/// Nullable:False
///
[SugarColumn(IsPrimaryKey=true,IsIdentity=true)]
public int KeyId {get;set;}
///
/// Desc:
/// Default:
/// Nullable:False
///
public Guid FirmId {get;set;}
///
/// Desc:
/// Default:
/// Nullable:False
///
public int MachineId {get;set;}
///
/// Desc:
/// Default:
/// Nullable:False
///
public int MinPrintCount {get;set;}
///
/// Desc:
/// Default:
/// Nullable:False
///
public int MaxPrintCount {get;set;}
///
/// Desc:
/// Default:
/// Nullable:False
///
public decimal WorkPrice {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string WorkPriceUnit {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int? AddPrintCount {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public decimal? AddPrice {get;set;}
///
/// Desc:
/// Default:
/// Nullable:False
///
public decimal VersionCost {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string VersionCostUnit {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public decimal? StartPrice {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string Remark {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string Operater {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public DateTime? OperateTime {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public DateTime? LastUpdateTime {get;set;}
}
}