| | |
| | | public class Womcaa |
| | | { |
| | | /// <summary> |
| | | /// 自增列 SEQ_AOI |
| | | /// 自增列 SEQ_CAA |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "ID", IsPrimaryKey = true, |
| | | OracleSequenceName = "SEQ_AOI")] |
| | | OracleSequenceName = "SEQ_CAA")] |
| | | public decimal? Id { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// 单号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "CAA001")] |
| | | public string Caa001 { get; set; } |
| | | public string? Caa001 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 单据类型 1、直接入库-普通生产 SCDD03_SYS2、直接入库-返工生产 SCDD04_SYS3、工序汇报-普通生产 |
| | | /// SCDD01_SYS4、工序汇报-返工生产 SCDD02_SYS |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "CAA004")] |
| | | public string Caa004 { get; set; } |
| | | public string? Caa004 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 开单日期 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "CAA005")] |
| | | public string Caa005 { get; set; } |
| | | public string? Caa005 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 产品编码 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "CAA006")] |
| | | public string Caa006 { get; set; } |
| | | public string? Caa006 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 单位 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "CAA009")] |
| | | public string Caa009 { get; set; } |
| | | public string? Caa009 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 预计开工时间 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "CAA010")] |
| | | public string Caa010 { get; set; } |
| | | public string? Caa010 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 预计完工时间 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "CAA011")] |
| | | public string Caa011 { get; set; } |
| | | public string? Caa011 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 数量 |
| | |
| | | /// BOM版次 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "CAA013")] |
| | | public string Caa013 { get; set; } |
| | | public string? Caa013 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 销售订单号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "CAA015")] |
| | | public string Caa015 { get; set; } |
| | | public string? Caa015 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 备注 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "CAA016")] |
| | | public string Caa016 { get; set; } |
| | | public string? Caa016 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 已排数量 |
| | |
| | | /// ERP源单行号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "CAA019")] |
| | | public decimal? Caa019 { get; set; } |
| | | public string? Caa019 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ERP源单单号(任务单号) |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "CAA020")] |
| | | public string Caa020 { get; set; } |
| | | public string? Caa020 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 工作车间 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "CAA021")] |
| | | public string Caa021 { get; set; } |
| | | public string? Caa021 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 审核码 |
| | |
| | | /// 审核人 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "CHECK_USER")] |
| | | public string CheckUser { get; set; } |
| | | public string? CheckUser { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 未排数量 |
| | |
| | | /// 状态 完工,未完工 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "CAA023")] |
| | | public string Caa023 { get; set; } |
| | | public string? Caa023 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 已入库数量 |
| | |
| | | /// 工艺路线 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "ROUTING_ID")] |
| | | public string RoutingId { get; set; } |
| | | public string? RoutingId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 产线 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "WORK_SHOP_ID")] |
| | | public string WorkShopId { get; set; } |
| | | public string? WorkShopId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 仓库 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "DEPOT_CODE")] |
| | | public string DepotCode { get; set; } |
| | | public string? DepotCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 单据日期 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "CREATE_DATE")] |
| | | public string CreateDate { get; set; } |
| | | public string? CreateDate { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 计划组 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "WORK_GROUP_ID")] |
| | | public string WorkGroupId { get; set; } |
| | | public string? WorkGroupId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 计划员 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "PLAN_ID")] |
| | | public string PlanId { get; set; } |
| | | public string? PlanId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 入库上限 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "STOCK_INLIMITH")] |
| | | public string StockInlimith { get; set; } |
| | | public string? StockInlimith { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 入库下限 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "STOCK_INLIMITL")] |
| | | public string StockInlimitl { get; set; } |
| | | public string? StockInlimitl { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 计划跟踪号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "MTONO")] |
| | | public string Mtono { get; set; } |
| | | public string? Mtono { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 批号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "LOT")] |
| | | public string Lot { get; set; } |
| | | public string? Lot { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 销售订单行号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "CAA015_HEAD")] |
| | | public string Caa015Head { get; set; } |
| | | public string? Caa015Head { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 生成方式 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "CREATE_TYPE")] |
| | | public string CreateType { get; set; } |
| | | public string? CreateType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 源单类型 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "SRC_BILL_TYPE")] |
| | | public string SrcBillType { get; set; } |
| | | public string? SrcBillType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 源单编号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "SRC_BILL_NO")] |
| | | public string SrcBillNo { get; set; } |
| | | public string? SrcBillNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 源单分录行号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "SRC_BILLENTRYSEQ")] |
| | | public string SrcBillentryseq { get; set; } |
| | | public string? SrcBillentryseq { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 需求单据号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "SALE_ORDER_NO")] |
| | | public string SaleOrderNo { get; set; } |
| | | public string? SaleOrderNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 需求单据行号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "SALE_ORDER_ENTRYSEQ")] |
| | | public string SaleOrderEntryseq { get; set; } |
| | | public string? SaleOrderEntryseq { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 结案人 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "FORCE_CLOSERID")] |
| | | public string ForceCloserid { get; set; } |
| | | public string? ForceCloserid { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 结案类型 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "CLOSE_TYPE")] |
| | | public string CloseType { get; set; } |
| | | public string? CloseType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 源拆分订单编号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "SRC_SPLIT_BILLNO")] |
| | | public string SrcSplitBillno { get; set; } |
| | | public string? SrcSplitBillno { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 客户 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "F_ZSXG_KH")] |
| | | public string? F_ZSXG_KH { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 要货日期 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "F_ZJXF_YHRQ")] |
| | | public string? F_ZJXF_YHRQ { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 生产组织 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "PRD_ORG")] |
| | | public string? PrdOrg { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 委托组织 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "TRUST_ORG")] |
| | | public string? TrustOrg { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 同步时间 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "TB_TIME")] |
| | | public DateTime? TbTime { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 结案时间 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "JA_TIME")] |
| | | public DateTime? JaTime { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 结案标识 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "JA_BS")] |
| | | public string? JaBs { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 修改标识 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "IS_XG")] |
| | | public decimal? IsXg { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 委外采购订单 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "FPURORDERNO")] |
| | | public string? FPURORDERNO { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 委外采购订单 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "FPURORDERENTRYSEQ")] |
| | | public decimal? FPURORDERENTRYSEQ { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 委外订单分录内码 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "FSUBENTRYID")] |
| | | public decimal? FSUBENTRYID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 委外入库数 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "FSTOCKINQTY")] |
| | | public decimal? FSTOCKINQTY { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 委外未入库数 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "FNOSTOCKINQTY")] |
| | | public decimal? FNOSTOCKINQTY { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 供应商 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "SUPPLIER_ID")] |
| | | public string? SupplierId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 成品 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "FINISHED_PRODUCT")] |
| | | public string? FinishedProduct { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 含税单价 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "F_ZJXF_HSDJ")] |
| | | public string? F_ZJXF_HSDJ { get; set; } |
| | | } |