12121
This commit is contained in:
11
Service/Application.Domain.Entity/model/MapResModel.cs
Normal file
11
Service/Application.Domain.Entity/model/MapResModel.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Application.Domain.Entity;
|
||||
|
||||
public class MapResModel
|
||||
{
|
||||
public string resId { get; set; }
|
||||
public string resName { get; set; }
|
||||
public int lev { get; set; }
|
||||
public long lockTime { get; set; }
|
||||
public int needVigour { get; set; }
|
||||
public int gather { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user