Files
lserp_cs_5.0/插件库/Zhaizj.Framework/Config/GroupSetting.cs
T
2026-07-10 15:25:05 +08:00

25 lines
370 B
C#

using System;
namespace Zhaizj.Framework.Config {
/// <summary>
/// Ⱥ×éÅäÖÃ
/// </summary>
public class GroupSetting {
public int LogoHeight {
get { return 120; }
}
public int LogoWidth {
get { return 120; }
}
public int TemplateId {
get { return 1; }
}
}
}