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

9 lines
205 B
C#
Raw Normal View History

2026-02-03 16:00:02 +08:00
using OpenAuth.App.Request;
namespace OpenAuth.App.ServiceApp.ShpGeo.Request;
public class GeoStylePageReq : PageReq
{
public string StyleName { get; set; }
public string Title { get; set; }
}