Ucrowdrankitems.php 408 B

12345678910111213141516171819202122232425
  1. <?php
  2. /**
  3. * 物料评估-商品列表
  4. * @author auto create
  5. */
  6. class Ucrowdrankitems
  7. {
  8. /**
  9. * 物料评估-商品佣金率,如:1234表示12.34%,material_id=41377时选填
  10. **/
  11. public $commirate;
  12. /**
  13. * 物料评估-商品ID,material_id=41377时必填
  14. **/
  15. public $item_id;
  16. /**
  17. * 物料评估-商品价格,单位:元,material_id=41377时选填
  18. **/
  19. public $price;
  20. }
  21. ?>