demoModel.php 313 B

12345678910111213141516171819
  1. <?php
  2. //演示模块的接口文件
  3. class flow_demoClassModel extends flowModel
  4. {
  5. protected function flowcoursejudge($num){
  6. }
  7. //默认返回就是前缀
  8. public function ABCYmd($num)
  9. {
  10. return 'QOM-';
  11. return array(
  12. 'qom' => 'AExeeCC-',
  13. 'wshu' => 5,
  14. 'bom' => '-LLL'
  15. );
  16. }
  17. }
粤ICP备19079148号