mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-06-09 01:14:16 +08:00
增加注释
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
package org.hswebframework.web.validator.group;
|
||||
|
||||
/**
|
||||
* TODO 完成注释
|
||||
* 使用此Group,只在新增时验证数据
|
||||
*
|
||||
* @author zhouhao
|
||||
* @since 3.0
|
||||
*/
|
||||
public interface CreateGroup {
|
||||
}
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package org.hswebframework.web.validator.group;
|
||||
|
||||
/**
|
||||
* TODO 完成注释
|
||||
* 使用此group,只在修改的时候才进行验证
|
||||
*
|
||||
* @author zhouhao
|
||||
* @since 3.0
|
||||
*/
|
||||
public interface UpdateGroup {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user