20 lines
186 B
PHP
20 lines
186 B
PHP
![]() |
<?php
|
||
|
|
||
|
/**
|
||
|
* 数据
|
||
|
* @author auto create
|
||
|
*/
|
||
|
class CouponRelatedResponse
|
||
|
{
|
||
|
|
||
|
/**
|
||
|
* 券模版id
|
||
|
**/
|
||
|
public $source_id;
|
||
|
|
||
|
/**
|
||
|
* 活动id
|
||
|
**/
|
||
|
public $ump_activity_id;
|
||
|
}
|
||
|
?>
|