|
|
@@ -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();
|
|
|
});
|