Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
123456789101112 |
-
- namespace Learun.Application.WeChat
- {
- public class MediaGetResult :OperationResultsBase
- {
- public string FileType { get; set; }
-
- public string FileName { get; set; }
-
- public string FilePath { get; set; }
- }
- }
|