feixian_weifajianguan/OpenAuth.App/ServiceApp/ShpGeo/Request/UpdateGeoLayerShpReq.cs

14 lines
335 B
C#
Raw Permalink Normal View History

2026-02-03 16:00:02 +08:00
namespace OpenAuth.App.ServiceApp.ShpGeo.Request;
public class UpdateGeoLayerShpReq
{
public string ServerName { get; set; }
public string Id { get; set; }
public string sldPath { get; set; }
public string style { get; set; }
public string countyname { get; set; }
public string StyleName { get; set; }
}