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