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

9 lines
205 B
C#

using OpenAuth.App.Request;
namespace OpenAuth.App.ServiceApp.ShpGeo.Request;
public class GeoStylePageReq : PageReq
{
public string StyleName { get; set; }
public string Title { get; set; }
}