using System.Collections.Generic; namespace ET { public class ActiveComponent:Entity { public int currSigninConfigId; public bool isGetSingninReward; } }