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

7 lines
161 B
C#

namespace OpenAuth.App.ServiceApp.ShpGeo.Utils;
public class TifLayer
{
public string LayerName { get; set; }
public string StoreName { get; set; }
}