1
zrg
2025-06-26 b891b1ca5af8e615ca68d5055e0babea5daa748b
1
2
3
4
5
6
7
8
9
10
11
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Top.Api.Util
{
    public class RequestXmlBodyAttribute : Attribute
    {
        
    }
}