CtopAdConstant.java 228 B

12345678910
  1. package org.jeecg.common.constant;
  2. /**
  3. * 广告相关常量数据
  4. */
  5. public class CtopAdConstant {
  6. public static final String PLATFORM_TYPE_BYTEDANCE = "1";
  7. public static final String PLATFORM_TYPE_KUAISHOU = "2";
  8. }