This website works better with JavaScript.
Home
Explore
Help
Sign In
application
/
kuaileorder
Watch
3
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
订单处理
86
Commits
5
Branches
0
Tags
15 MiB
Tree:
7403f74b42
kuaileorder
/
library
/
viewtpl
/
iDisplay.php
6 lines
58 B
Raw
Normal View
History
初始化框架
3 years ago
<?php
interface iDisplay {
public function execute();
}