调整实体
This commit is contained in:
@@ -9,7 +9,7 @@ namespace WMS.Web.Domain.Entitys
|
||||
/// erp入库任务明细表
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
[Table("t_erp_outstock_task_details")]
|
||||
[Table("t_erp_instock_task_details")]
|
||||
public class InStockTaskDetails
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
@@ -128,7 +128,7 @@ namespace WMS.Web.Repositories.Configuration
|
||||
});
|
||||
builder.Entity<InStockTaskDetails>(ent =>
|
||||
{
|
||||
ent.ToTable("t_erp_outstock_task_details");
|
||||
ent.ToTable("t_erp_instock_task_details");
|
||||
ent.HasKey(x => x.Id);
|
||||
});
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user