소스 검색

添加任务领域

yjp 1 개월 전
부모
커밋
fca76369ec
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      convenient/domain/task_manager/task_manager.go

+ 1 - 1
convenient/domain/task_manager/task_manager.go

@@ -212,7 +212,7 @@ type Simple struct {
 }
 
 func (simple *Simple) bind(binder *binding.Binder) {
-	// TODO 完成查询接口
+	// TODO 完成查询接口, 编写Info,数据库YAML
 }
 
 func Bind(app *application.App, simple *Simple) {