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

10 lines
228 B
C#
Raw Normal View History

2026-02-03 16:00:02 +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; }
}