- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
-
- namespace XHWK.Model
- {
- public class Model_ResourceAddTwo
- {
- public string videopath { get; set; }
- public string coverpath { get; set; }
- public int duration { get; set; }
- public string mp4code { get; set; }
- }
- }
|