plan_record.php 210 B

123456789
  1. <?php
  2. return [
  3. 'Cid' => '单位编号',
  4. 'Plan_id' => '模版id',
  5. 'Wechat_Plan_id' => '微信模版id',
  6. 'price' => '签约扣款金额',
  7. 'Createtime' => '创建时间',
  8. ];