This commit is contained in:
2019-04-10 18:08:50 +08:00
parent 9623b70875
commit 6e7388ddf4
9 changed files with 71 additions and 81 deletions

View File

@@ -19,4 +19,10 @@ public class _QtaskService extends BaseService{
return JBean.by(0, "", page);
}
@Comment("qtask保存")
public JBean save() {
return JBean.by(0, "");
}
}