using System; namespace Zhaizj.Framework.Common.AppBase { /// /// 系统推荐状态(当前只推荐一种状态) /// public class SystemPickStatus { public static readonly int Picked = 0; } }