|
|
@@ -29,6 +29,7 @@ namespace Business.EntityFrameworkCore
|
|
|
/// </summary>
|
|
|
public DbSet<crm_seorder> crm_seorder { get; set; }
|
|
|
|
|
|
+ #region 物料
|
|
|
/// <summary>
|
|
|
/// 物料详情
|
|
|
/// </summary>
|
|
|
@@ -44,6 +45,62 @@ namespace Business.EntityFrameworkCore
|
|
|
/// </summary>
|
|
|
public DbSet<ic_bom_child> ic_bom_child { get; set; }
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 物料质检
|
|
|
+ /// </summary>
|
|
|
+ public DbSet<ic_check> ic_check { get; set; }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 工厂物料明细表
|
|
|
+ /// </summary>
|
|
|
+ public DbSet<ic_factory_details> ic_factory_details { get; set; }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 物料IE信息
|
|
|
+ /// </summary>
|
|
|
+ public DbSet<ic_item_ie> ic_item_ie { get; set; }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 物料库存明细表
|
|
|
+ /// </summary>
|
|
|
+ public DbSet<ic_item_inventory> ic_item_inventory { get; set; }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 物料采购报价单
|
|
|
+ /// </summary>
|
|
|
+ public DbSet<ic_item_pur> ic_item_pur { get; set; }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 物料库存表
|
|
|
+ /// </summary>
|
|
|
+ public DbSet<ic_item_stock> ic_item_stock { get; set; }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 物料计量表
|
|
|
+ /// </summary>
|
|
|
+ public DbSet<ic_metering_unit> ic_metering_unit { get; set; }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 物料采购计划表
|
|
|
+ /// </summary>
|
|
|
+ public DbSet<ic_plan> ic_plan { get; set; }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 替代群组
|
|
|
+ /// </summary>
|
|
|
+ public DbSet<ic_substitute> ic_substitute { get; set; }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 物料替代多群组
|
|
|
+ /// </summary>
|
|
|
+ public DbSet<ic_substitute_all> ic_substitute_all { get; set; }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 物料替代多群组明细
|
|
|
+ /// </summary>
|
|
|
+ public DbSet<ic_substitute_all_dtl> ic_substitute_all_dtl { get; set; }
|
|
|
+ #endregion
|
|
|
+
|
|
|
#region 工艺路径
|
|
|
|
|
|
/// <summary>
|