fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System.Collections.Generic;
|
||||
namespace FlowerPower
|
||||
{
|
||||
|
||||
public class AppOpenAdModel
|
||||
{
|
||||
public List<SplashAD> dataList;
|
||||
}
|
||||
|
||||
public class SplashAD
|
||||
{
|
||||
public int Retention_Days;
|
||||
public int Retention_Rate;
|
||||
public int upperlimit;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user