Upgrade Nuget
大石头 authored at 2025-07-11 22:13:21
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; }
    }
}