video/insimagescreenshotVO.cs

23 lines
425 B
C#
Raw Permalink Normal View History

2024-12-11 19:48:43 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace videoGather
{
internal class insimagescreenshotVO
{
public string id { get; set; }
public string imagebase { get; set; }
public string imgType { get; set; }
public string imgDescription { get; set; }
public string orgId { get; set; }
}
}