feixian_weifajianguan/OpenAuth.App/ServiceApp/ShpGeo/Utils/TifLayer.cs

7 lines
161 B
C#
Raw Permalink Normal View History

2026-02-03 16:00:02 +08:00
namespace OpenAuth.App.ServiceApp.ShpGeo.Utils;
public class TifLayer
{
public string LayerName { get; set; }
public string StoreName { get; set; }
}