13 lines
360 B
XML
13 lines
360 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Service>
|
|
<Name>123</Name>
|
|
<Description>服务描述</Description>
|
|
<Author>sdgsdf</Author>
|
|
<Version>1.0.0</Version>
|
|
<CreateTime>2025-04-21 16:16:14</CreateTime>
|
|
<ChangeTime>2025-04-21 16:16:46</ChangeTime>
|
|
<CommandList>
|
|
<Command Name="asdf" Call="asdf" Description="asdf" />
|
|
</CommandList>
|
|
</Service>
|