REAPI/extend/sdk/taobao/top/domain/CouponTemplateInvestmentConfig.php

15 lines
166 B
PHP
Raw Normal View History

2024-09-29 15:43:18 +08:00
<?php
/**
* 出资人配置
* @author auto create
*/
class CouponTemplateInvestmentConfig
{
/**
* 出资人配置
**/
public $investment_info_list;
}
?>