lanlingxian_ziranziyuanhegu.../OpenAuth.App/ServiceApp/ShpGeo/Response/TifInfo.cs

10 lines
228 B
C#
Raw Normal View History

2025-05-19 14:01:14 +08:00
using OpenAuth.App.Request;
namespace OpenAuth.App.ServiceApp.ShpGeo.Response;
public class TifInfo
{
public string TifId { get; set; }
public string TifName { get; set; }
public string AccessUrl { get; set; }
}