6 lines
126 B
C#
6 lines
126 B
C#
|
|
namespace OpenAuth.App.Shape.Request;
|
|||
|
|
|
|||
|
|
public class UpdateLayerReq : PublishLayerReq
|
|||
|
|
{
|
|||
|
|
public string Id { get; set; }
|
|||
|
|
}
|