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

9 lines
205 B
C#
Raw Normal View History

2025-05-19 14:01:14 +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; }
}