7 lines
173 B
C#
7 lines
173 B
C#
|
|
namespace OpenAuth.App.ServiceApp.FireManagement.Request;
|
|||
|
|
|
|||
|
|
public class MapPlottingReq
|
|||
|
|
{
|
|||
|
|
public string Title { get;set; }
|
|||
|
|
public string Description { get;set; }
|
|||
|
|
}
|