111
This commit is contained in:
@@ -67,7 +67,7 @@ namespace ZR.Admin.WebApi.Controllers.MES.pro
|
|||||||
/// <param name="arrange_endtime">预计结束时间</param>
|
/// <param name="arrange_endtime">预计结束时间</param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
[HttpGet("setschedule")]
|
[HttpGet("setschedule")]
|
||||||
public IActionResult SetSchedule(string id, string arrange_starttime,string arrange_endtime)
|
public IActionResult SetSchedule(string id, string arrange_starttime, string arrange_endtime)
|
||||||
{
|
{
|
||||||
DateTime bgDateTime = DateTime.Now;
|
DateTime bgDateTime = DateTime.Now;
|
||||||
DateTime edDateTime = DateTime.Now;
|
DateTime edDateTime = DateTime.Now;
|
||||||
@@ -127,6 +127,6 @@ namespace ZR.Admin.WebApi.Controllers.MES.pro
|
|||||||
public class t
|
public class t
|
||||||
{
|
{
|
||||||
public string id { get; set; }
|
public string id { get; set; }
|
||||||
public string order { get; set; }
|
public int order { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user