commit
719f14cae8
2 changed files with 13 additions and 1 deletions
@ -0,0 +1,11 @@ |
||||
package org.jeecg.modules.taskSkill.entity; |
||||
|
||||
/** |
||||
* @author admin |
||||
*/ |
||||
public interface TaskSkillConstant { |
||||
/** |
||||
* 任务技能类型的父类型默认值 |
||||
*/ |
||||
public final String skill_superType="-1"; |
||||
} |
Loading…
Reference in new issue