修改任务表isStart为int类型

This commit is contained in:
不做码农
2023-05-18 18:08:38 +08:00
parent 0e83ba64ce
commit 07ea3d1c48
4 changed files with 7 additions and 9 deletions

View File

@@ -97,7 +97,7 @@ namespace ZR.Model.System
/// 默认 : 0
/// </summary>
[Display(Name = "是否启动")]
public bool IsStart { get; set; }
public int IsStart { get; set; }
/// <summary>
/// 传入参数