Commit 6de32c6d authored by trumansdo's avatar trumansdo
Browse files

改变目录结构,以防止ide混合打开前端项目,导致误操作改变前端项目的格式


Signed-off-by: default avatartrumansdo <1012243881@qq.com>
parent afdf4eec
package com.ibeetl.admin.core.gen.model;
/**
* 添加表单属性的校验
*/
public class Verify {
private String name;//校验规则名称
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
}
package com.ibeetl.admin.core.gen.model;
/**
* 添加表单属性的校验
*/
public class Verify {
private String name;//校验规则名称
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment