修改服务项目

dev
jianghaiqing 2 days ago
parent f51de4a001
commit f22373307a

@ -157,7 +157,7 @@ namespace DS.WMS.OpApi.Controllers
/// </summary>
/// <param name="info">保存服务流程活动详情</param>
/// <returns>返回回执</returns>
[HttpPost("ServiceWorkFlowActivitiesDto")]
[HttpPost("SaveWFActivities")]
public async Task<DataResult<string>> SaveWFActivities([FromBody] ServiceWorkFlowActivitiesDto info)
{
return await _serviceWorkFlowBaseService.SaveWFActivities(info);

@ -220,10 +220,9 @@ public class SaasTest
//tenantDb.CodeFirst.InitTables(typeof(BookingSlotBase));
//tenantDb.CodeFirst.InitTables(typeof(BookingSlotCtn));
//tenantDb.CodeFirst.InitTables(typeof(BookingSlotStock));
//tenantDb.CodeFirst.InitTables(typeof(StatusSkuBaseInfo));
//tenantDb.CodeFirst.InitTables(typeof(ServiceProjectBaseInfo));
//tenantDb.CodeFirst.InitTables(typeof(ServiceWorkFlowProjectRelation));
tenantDb.CodeFirst.InitTables(typeof(StatusSkuBaseInfo));
tenantDb.CodeFirst.InitTables(typeof(ServiceProjectBaseInfo));
tenantDb.CodeFirst.InitTables(typeof(ServiceWorkFlowProjectRelation));
tenantDb.CodeFirst.InitTables(typeof(ServiceWorkFlowActivitiesInfo));
tenantDb.CodeFirst.InitTables(typeof(ServiceWorkFlowActivitiesRelation));
tenantDb.CodeFirst.InitTables(typeof(ServiceWorkFlowActivitiesSubRelation));

Loading…
Cancel
Save