REAPI/extend/sdk/taobao/top/domain/CouponTemplateInvestmentConfig.php
2024-09-29 15:43:18 +08:00

15 lines
166 B
PHP

<?php
/**
* 出资人配置
* @author auto create
*/
class CouponTemplateInvestmentConfig
{
/**
* 出资人配置
**/
public $investment_info_list;
}
?>