Merge branch 'dev' of http://git.xayunmei.com/SH-Arbitrate/Arbitrate-Backend into bgy
This commit is contained in:
@@ -1,34 +0,0 @@
|
||||
package com.ruoyi.common.annotation;
|
||||
|
||||
|
||||
import java.lang.annotation.*;
|
||||
|
||||
/**
|
||||
* 案件操作日志记录注解
|
||||
*
|
||||
* @author wangqiong
|
||||
*
|
||||
*/
|
||||
@Target({ ElementType.PARAMETER, ElementType.METHOD })
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Documented
|
||||
public @interface CaseLog
|
||||
{
|
||||
/**
|
||||
* 案件申请人id
|
||||
*/
|
||||
public long caseAppliId() default 0L;
|
||||
|
||||
/**
|
||||
* 案件节点
|
||||
*/
|
||||
public String caseNode() default "";
|
||||
|
||||
|
||||
/**
|
||||
* 备注
|
||||
*/
|
||||
public String notes() default "";
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user