去除通用策略生成监督数据逻辑
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.njcn.process.annotaion;
|
||||
|
||||
import java.lang.annotation.*;
|
||||
|
||||
@Documented
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Target(ElementType.FIELD)
|
||||
public @interface HarCurrent {
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
package com.njcn.process.annotaion;
|
||||
|
||||
import java.lang.annotation.*;
|
||||
|
||||
@Documented
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Target(ElementType.FIELD)
|
||||
public @interface HarVoltage {
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
package com.njcn.process.annotaion;
|
||||
|
||||
import java.lang.annotation.*;
|
||||
|
||||
@Documented
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Target(ElementType.FIELD)
|
||||
public @interface InterharVoltage {
|
||||
}
|
||||
Reference in New Issue
Block a user