打开正则窗口
大石头 authored at 2020-05-08 00:44:52
263.00 B
XCoder
using System;

namespace CrazyCoder.Models
{
    public class MenuModel
    {
        public String IconFont { get; set; }

        public String Title { get; set; }

        public String BackColor { get; set; }

        public Type Type { get; set; }
    }
}