1.pms添加监测点越限对外接口
2.添加技术监督台账相关对外接口
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.njcn.harmonic.annotaion;
|
||||
|
||||
import java.lang.annotation.*;
|
||||
|
||||
@Documented
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Target(ElementType.FIELD)
|
||||
public @interface HarCurrent {
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
package com.njcn.harmonic.annotaion;
|
||||
|
||||
import java.lang.annotation.*;
|
||||
|
||||
@Documented
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Target(ElementType.FIELD)
|
||||
public @interface HarVoltage {
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
package com.njcn.harmonic.annotaion;
|
||||
|
||||
import java.lang.annotation.*;
|
||||
|
||||
|
||||
|
||||
@Documented
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Target(ElementType.FIELD)
|
||||
public @interface InterharVoltage {
|
||||
}
|
||||
Reference in New Issue
Block a user