video/ImageInfo.cs
2024-12-11 19:48:43 +08:00

16 lines
324 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace videoGather
{
internal class image
{
public string ImageNumber { get; set; }
public string ObjectFile { get; set; }
public string UrlPrefix { get; set; }
}
}