This commit is contained in:
20932067@zju.edu.cn 2021-05-28 13:12:08 +08:00
parent 293ff70050
commit 75e3b41ad2
5 changed files with 7 additions and 7 deletions

View File

@ -165,7 +165,7 @@
<el-tooltip placement="top">
<div slot="content">
Bean调用示例ryTask.ryParams('ry')
<br />Class类调用示例com.hchyun.quartz.task.RyTask.ryParams('ry')
<br />Class类调用示例com.ebts.quartz.task.RyTask.ryParams('ry')
<br />参数说明支持字符串布尔类型长整型浮点型整型
</div>
<i class="el-icon-question"></i>

View File

@ -111,7 +111,7 @@ export default {
if (start) {
str = ''
}
this.info.packageName = 'com.hchyun.' + str
this.info.packageName = 'com.ebts.' + str
this.info.prefix = str + ":" + this.info.cName.toLowerCase()
},
}

View File

@ -362,7 +362,7 @@
if (start) {
str = ''
}
this.form.packageName = 'com.hchyun.' + str
this.form.packageName = 'com.ebts.' + str
this.form.prefix = str+":"+this.form.cName.toLowerCase()
},
//
@ -372,8 +372,8 @@
mId: null,
cName: "",
cDescribe: null,
packageName: "com.hchyun.",
author: "hchyun",
packageName: "com.ebts.",
author: "binlin",
email: "clay@huchyun.com",
remark: null,
prefix: ""

View File

@ -17,7 +17,7 @@
<el-form-item prop="packageName">
<span slot="label">
生成包路径
<el-tooltip content="生成在哪个java包下例如 com.hchyun.system" placement="top">
<el-tooltip content="生成在哪个java包下例如 com.ebts.system" placement="top">
<i class="el-icon-question"></i>
</el-tooltip>
</span>

View File

@ -61,7 +61,7 @@
if (start) {
str = ''
}
this.info.packageName = 'com.hchyun.' + str
this.info.packageName = 'com.ebts.' + str
},
}
};