广告平台(总站长使用)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

agent_domain_dao.go 105 B

4 months ago
12345
  1. package dao
  2. type AgentDomainDao interface {
  3. //TODO:: You can add specific method definitions here
  4. }