dashboard
repositories
filestore
activity
search
login
main
/
pregnancy_guard_backend
孕妇哨后台管理
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
修改
colly_wyx
2018-05-03
07a2ed1e505a9b983578336866117dd80a1352e9
[pregnancy_guard_backend.git]
/
application
/
models
/
Ad.php
1
2
3
4
5
6
7
<?php
class AdModel extends System_Model_Base{
public $table = "ad";
}