|
|
@@ -33,7 +33,7 @@ namespace Business.EntityFrameworkCore
|
|
|
|
|
|
// b.Property(x => x.Name).IsRequired();
|
|
|
|
|
|
-
|
|
|
+
|
|
|
//});
|
|
|
|
|
|
//builder.Entity<PrintTemplate>(b =>
|
|
|
@@ -41,7 +41,7 @@ namespace Business.EntityFrameworkCore
|
|
|
// b.ToTable("base_print_template");
|
|
|
|
|
|
// b.ConfigureByConvention();
|
|
|
-
|
|
|
+
|
|
|
// b.Property(x => x.Name).IsRequired();
|
|
|
//});
|
|
|
|
|
|
@@ -317,30 +317,30 @@ namespace Business.EntityFrameworkCore
|
|
|
b.ConfigureByConvention();
|
|
|
});
|
|
|
|
|
|
- builder.Entity<wms_seorder>(b =>
|
|
|
+ builder.Entity<crm_seorder>(b =>
|
|
|
{
|
|
|
- b.ToTable("wms_seorder").HasComment("种忮隆等");
|
|
|
+ b.ToTable("crm_seorder").HasComment("种忮隆等");
|
|
|
|
|
|
b.ConfigureByConvention();
|
|
|
});
|
|
|
|
|
|
- builder.Entity<wms_seorderentry>(b =>
|
|
|
+ builder.Entity<crm_seorderentry>(b =>
|
|
|
{
|
|
|
- b.ToTable("wms_seorderentry").HasComment("种忮隆等隴牉桶");
|
|
|
+ b.ToTable("crm_seorderentry").HasComment("种忮隆等隴牉桶");
|
|
|
|
|
|
b.ConfigureByConvention();
|
|
|
});
|
|
|
|
|
|
- builder.Entity<wms_seorderprog>(b =>
|
|
|
+ builder.Entity<crm_seorderprog>(b =>
|
|
|
{
|
|
|
- b.ToTable("wms_seorderprog").HasComment("种忮隆等輛僅桶");
|
|
|
+ b.ToTable("crm_seorderprog").HasComment("种忮隆等輛僅桶");
|
|
|
|
|
|
b.ConfigureByConvention();
|
|
|
});
|
|
|
|
|
|
- builder.Entity<wms_seorderreview>(b =>
|
|
|
+ builder.Entity<crm_seorderreview>(b =>
|
|
|
{
|
|
|
- b.ToTable("wms_seorderreview").HasComment("种忮隆等丿机桶");
|
|
|
+ b.ToTable("crm_seorderreview").HasComment("种忮隆等丿机桶");
|
|
|
|
|
|
b.ConfigureByConvention();
|
|
|
});
|
|
|
@@ -452,16 +452,16 @@ namespace Business.EntityFrameworkCore
|
|
|
b.ConfigureByConvention();
|
|
|
});
|
|
|
|
|
|
- builder.Entity<sys_shiftslice>(b =>
|
|
|
+ builder.Entity<sys_schedule>(b =>
|
|
|
{
|
|
|
- b.ToTable("sys_shiftslice").HasComment("啤棒桶");
|
|
|
+ b.ToTable("sys_schedule").HasComment("啤棒桶");
|
|
|
|
|
|
b.ConfigureByConvention();
|
|
|
});
|
|
|
|
|
|
- builder.Entity<sys_shift_shiftslice>(b =>
|
|
|
+ builder.Entity<sys_shift_schedule>(b =>
|
|
|
{
|
|
|
- b.ToTable("sys_shift_shiftslice").HasComment("啤秶啤棒壽薊桶");
|
|
|
+ b.ToTable("sys_shift_schedule").HasComment("啤秶啤棒壽薊桶");
|
|
|
|
|
|
b.ConfigureByConvention();
|
|
|
});
|
|
|
@@ -480,16 +480,16 @@ namespace Business.EntityFrameworkCore
|
|
|
b.ConfigureByConvention();
|
|
|
});
|
|
|
|
|
|
- builder.Entity<wms_customer>(b =>
|
|
|
+ builder.Entity<crm_customer>(b =>
|
|
|
{
|
|
|
- b.ToTable("wms_customer").HasComment("諦誧桶");
|
|
|
+ b.ToTable("crm_customer").HasComment("諦誧桶");
|
|
|
|
|
|
b.ConfigureByConvention();
|
|
|
});
|
|
|
|
|
|
- builder.Entity<wms_supplier>(b =>
|
|
|
+ builder.Entity<srm_supplier>(b =>
|
|
|
{
|
|
|
- b.ToTable("wms_supplier").HasComment("鼎茼妀桶");
|
|
|
+ b.ToTable("srm_supplier").HasComment("鼎茼妀桶");
|
|
|
|
|
|
b.ConfigureByConvention();
|
|
|
});
|