123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- namespace XHWK.Model
- {
- public class Model_ResourceAdd
- {
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- public int converted { get; set; }
-
-
-
- public int createid { get; set; }
-
-
-
- public int directorid { get; set; }
-
-
-
- public int duration { get; set; }
-
-
-
- public string imgUrl { get; set; }
-
-
-
- public int level { get; set; }
-
-
-
- public int lsbid { get; set; }
-
-
-
- public string mp4code { get; set; }
-
-
-
- public int resourcebelong { get; set; }
-
-
-
- public int resourceclass { get; set; }
-
-
-
- public string resourcecover { get; set; }
-
-
-
- public string resourcename { get; set; }
-
-
-
- public long resourcesize { get; set; }
-
-
-
- public int resourcetype { get; set; }
-
-
-
- public string resourceurl { get; set; }
-
-
-
- public int schoolid { get; set; }
-
-
-
- public string suffix { get; set; }
-
-
-
- public int uid { get; set; }
- }
- }
|