魔方React皮肤,Ant Design 6
大石头 authored at 2026-08-30 13:16:10
267.00 B
NewLife.Cube.React
using System;
using System.ComponentModel;
using NewLife;
using NewLife.Cube;

namespace CubeDemo.Areas.School;

[DisplayName("教务系统")]
[Menu(123)]
public class SchoolArea : AreaBase
{
    public SchoolArea() : base(nameof(SchoolArea).TrimEnd("Area")) { }
}