广告平台(总站长使用)

template_interface.tpl 104 B

4 月之前
12345
  1. package dao
  2. type DemoInterfaceDao interface {
  3. //TODO:: You can add specific method definitions here
  4. }