using System;
using System.Linq;
using System.Text;
using SqlSugar;
namespace EC_SeckillInfo
{
///
///专版施工单版面
///
[SugarTable("EC_SpecialForums")]
public partial class EC_SpecialForums
{
public EC_SpecialForums(){
}
///
/// Desc:主键--标识ID
/// Default:
/// Nullable:False
///
[SugarColumn(IsPrimaryKey=true,IsIdentity=true)]
public int Keyid {get;set;}
///
/// Desc:施工单号
/// Default:
/// Nullable:True
///
public int? SpecialOrderId {get;set;}
///
/// Desc:版面编号
/// Default:0
/// Nullable:True
///
public int? PSF_Forumsid {get;set;}
///
/// Desc:构件
/// Default:
/// Nullable:True
///
public string PSF_Component {get;set;}
///
/// Desc:P数
/// Default:0
/// Nullable:True
///
public int? PSF_PNum {get;set;}
///
/// Desc:印刷机台
/// Default:
/// Nullable:True
///
public string PSF_PressesDesk {get;set;}
///
/// Desc:印色(正)
/// Default:
/// Nullable:True
///
public string PSF_PrintedColorPositive {get;set;}
///
/// Desc:印色(背)
/// Default:
/// Nullable:True
///
public string PSF_PrintedColorRear {get;set;}
///
/// Desc:排版方式
/// Default:
/// Nullable:True
///
public string PSF_Typesetting {get;set;}
///
/// Desc:印刷正数
/// Default:0
/// Nullable:True
///
public int? PSF_PrintedPositive {get;set;}
///
/// Desc:印刷数量
/// Default:0
/// Nullable:True
///
public int? PSF_PrintedCount {get;set;}
///
/// Desc:后道放数
/// Default:0
/// Nullable:True
///
public int? PSF_LastNum {get;set;}
///
/// Desc:纸张来源
/// Default:
/// Nullable:True
///
public string PSF_PaperSource {get;set;}
///
/// Desc:纸张名称
/// Default:
/// Nullable:False
///
public string PSF_PaperName {get;set;}
///
/// Desc:材料规格
/// Default:
/// Nullable:True
///
public string PSF_MaterialSpecifications {get;set;}
///
/// Desc:大纸数量
/// Default:0
/// Nullable:True
///
public int? PSF_BigPaperCount {get;set;}
///
/// Desc:开料规格
/// Default:
/// Nullable:True
///
public string PSF_OpenSpecifications {get;set;}
///
/// Desc:开料宽度
/// Default:0
/// Nullable:True
///
public int? PSF_OpenWidth {get;set;}
///
/// Desc:开料长度
/// Default:0
/// Nullable:True
///
public int? PSF_OpenLength {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string PSF_PlateSource {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string PSF_CTPSpecType {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string PSF_FilmType {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int? PSF_CTPCount {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string PSF_PSSpec {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int? PSF_PSCount {get;set;}
///
/// Desc:注意事项
/// Default:
/// Nullable:True
///
public string PSF_Note {get;set;}
///
/// Desc:使用库存表id
/// Default:
/// Nullable:True
///
public int? PSF_PaperId {get;set;}
}
}