mirror of
https://github.com/leiurayer/downkyi.git
synced 2025-03-24 00:00:12 +08:00
11 lines
204 B
C#
11 lines
204 B
C#
using DownKyi.Core.Settings;
|
|
|
|
namespace DownKyi.Models
|
|
{
|
|
public class OrderFormatDisplay
|
|
{
|
|
public string Name { get; set; }
|
|
public OrderFormat OrderFormat { get; set; }
|
|
}
|
|
}
|