增加注释

This commit is contained in:
zhouhao
2017-06-21 15:54:17 +08:00
parent e84c68e236
commit a7a83625bc
2 changed files with 4 additions and 2 deletions

View File

@@ -1,9 +1,10 @@
package org.hswebframework.web.validator.group;
/**
* TODO 完成注释
* 使用此Group,只在新增时验证数据
*
* @author zhouhao
* @since 3.0
*/
public interface CreateGroup {
}

View File

@@ -1,9 +1,10 @@
package org.hswebframework.web.validator.group;
/**
* TODO 完成注释
* 使用此group,只在修改的时候才进行验证
*
* @author zhouhao
* @since 3.0
*/
public interface UpdateGroup {
}