1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| package engbs;
|
| import Xunjian.Dell_xunjianset;
|
| /**Ѳ¼ìÉèÖÃ
| * ÐÞ¸Äij¸öѲ¼ìÉèÖÃ
| * BSTOCS1£¬ALTERXUNJIAN£¬¡¾Ãû³Æ¡¿,¡¾×îÍíѲ¼ìʱ¼ä¡¿,¡¾Ñ²¼ì˳Ðò¡¿,¡¾±êÇ©ID¡¿,¡¾Í£Áôʱ¼ä¡¿,¡¾ÒªÇóѲ¼ì´ÎÊý¡¿¡¾END¡¿**/
| public class Bs_dell_xunjian {
|
| public static void ALTERXUNJIAN(String[] a) {
| String quyu=a[2];
| String startime=a[3];
| String stoptime=startime;
| String xunshu=a[4];
| String tagid=a[5];
| String needstoptime=a[6];
| String cishu=a[7];
| Dell_xunjianset.alert2(quyu, startime, stoptime, xunshu, tagid, needstoptime, cishu);
|
| }
|
| }
|
|