12345678910111213141516171819202122232425262728 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace KJH55128_Rec.ViewModels
- {
- public class TDKview
- {
-
-
-
-
- public string Tags { get; set; }
-
-
-
-
- public string Description { get; set; }
-
-
-
-
- public string Keywords { get; set; }
- }
- }
|