12121
This commit is contained in:
11
Service/Application.Domain.Entity/model/UserTaskModel.cs
Normal file
11
Service/Application.Domain.Entity/model/UserTaskModel.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Application.Domain.Entity;
|
||||
|
||||
public class UserTaskModel
|
||||
{
|
||||
public string code { get; set; }
|
||||
public int taskId { get; set; }
|
||||
public int itemId { get; set; }
|
||||
public string name { get; set; }
|
||||
public int state { get; set; }
|
||||
public CheckTowerNeed result { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user