优化任务添加修改&fix手动执行网络型任务失败
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using ZR.Model.System;
|
||||
using ZR.Model.System;
|
||||
using ZR.Model.System.Dto;
|
||||
|
||||
namespace ZR.Service.System.IService
|
||||
{
|
||||
public interface ISysTasksQzService : IBaseService<SysTasksQz>
|
||||
{
|
||||
//SysTasksQz GetId(object id);
|
||||
int AddTasks(SysTasksQz parm);
|
||||
int UpdateTasks(SysTasksQz parm);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user