Files
Kg.SeaTime/Service/Application.Domain.Entity/model/TaskNeedData.cs
2026-07-09 22:46:28 +08:00

8 lines
160 B
C#

namespace Application.Domain.Entity;
public class TaskNeedData:TowerNeed
{
public string areaCode { get; set; }
public string mapId { get; set; }
}