模型库
 
 
 
 

6 linhas
104 B

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