AppActionDataConstants.cs 290 B

12345678910
  1. namespace JiaZhiQuan.Common
  2. {
  3. public class AppActionDataConstants
  4. {
  5. /// <summary>
  6. /// 用户注册后距离第一次发布比较的间隔时间
  7. /// </summary>
  8. public static string FactUserFirstPublishPost = "fact_user_first_publish_post";
  9. }
  10. }