using SqlSugar; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks; using Tiger.Model.Extensions; namespace Tiger.Model { /// /// 选项基类 /// public class OptionBase { } }