2021-01-25 02:05:18 +08:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
|
|
|
|
namespace AntDesign
|
|
|
|
|
{
|
|
|
|
|
public class ImageLocale
|
|
|
|
|
{
|
2021-07-06 01:10:16 +08:00
|
|
|
|
public string Preview { get; set; } = "Preview";
|
2021-01-25 02:05:18 +08:00
|
|
|
|
}
|
|
|
|
|
}
|