js_sys_msg_push_wait to js_sys_msg_pushed

This commit is contained in:
thinkgem
2018-03-23 21:33:34 +08:00
parent 6e71e85600
commit 21207f5d80
13 changed files with 256 additions and 254 deletions

View File

@@ -29,6 +29,13 @@
<version>${project.parent.version}</version>
</dependency>
<!-- 代码生成模块 -->
<dependency>
<groupId>com.jeesite</groupId>
<artifactId>jeesite-module-devtools</artifactId>
<version>${project.parent.version}</version>
</dependency>
</dependencies>
<build>