⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 statis_phase_pulsedefine.java

📁 一种基于dao的实现,用于电量计量系统,支持weblogic websphere
💻 JAVA
📖 第 1 页 / 共 4 页
字号:
package pbs.service.defineobject;

import pbs.service.function.*;

public class statis_phase_pulseDefine
    extends defineObject {
  public static int OCCUR_TIME_NO = 0;
  public static int DEV_ID_NO = 1;
  public static int METER_SERIAL_NO = 2;

  public static int PAP_VALUE1_NO = 3;
  public static int PAP_STATUS1_NO = 4;
  public static int PAP_VALUE2_NO = 5;
  public static int PAP_STATUS2_NO = 6;
  public static int PAP_VALUE3_NO = 7;
  public static int PAP_STATUS3_NO = 8;
  public static int PAP_VALUE4_NO = 9;
  public static int PAP_STATUS4_NO = 10;
  public static int PAP_VALUE5_NO = 11;
  public static int PAP_STATUS5_NO = 12;
  public static int PAP_VALUE6_NO = 13;
  public static int PAP_STATUS6_NO = 14;
  public static int PAP_VALUE7_NO = 15;
  public static int PAP_STATUS7_NO = 16;
  public static int PAP_VALUE8_NO = 17;
  public static int PAP_STATUS8_NO = 18;
  public static int PAP_VALUE9_NO = 19;
  public static int PAP_STATUS9_NO = 20;
  public static int PAP_VALUE10_NO = 21;
  public static int PAP_STATUS10_NO = 22;
  public static int PAP_VALUE11_NO = 23;
  public static int PAP_STATUS11_NO = 24;
  public static int PAP_VALUE12_NO = 25;
  public static int PAP_STATUS12_NO = 26;
  public static int PAP_ALL_VALUE1_NO = 27;
  public static int PAP_ALL_STATUS1_NO = 28;
  public static int PAP_ALL_VALUE2_NO = 29;
  public static int PAP_ALL_STATUS2_NO = 30;
  public static int PAP_ALL_VALUE3_NO = 31;
  public static int PAP_ALL_STATUS3_NO = 32;
  public static int PAP_ALL_VALUE4_NO = 33;
  public static int PAP_ALL_STATUS4_NO = 34;
  public static int PAP_ALL_VALUE5_NO = 35;
  public static int PAP_ALL_STATUS5_NO = 36;

  public static int PAP_VALUE1_BAK_NO = 37;
  public static int PAP_STATUS1_BAK_NO = 38;
  public static int PAP_VALUE2_BAK_NO = 39;
  public static int PAP_STATUS2_BAK_NO = 40;
  public static int PAP_VALUE3_BAK_NO = 41;
  public static int PAP_STATUS3_BAK_NO = 42;
  public static int PAP_VALUE4_BAK_NO = 43;
  public static int PAP_STATUS4_BAK_NO = 44;
  public static int PAP_VALUE5_BAK_NO = 45;
  public static int PAP_STATUS5_BAK_NO = 46;
  public static int PAP_VALUE6_BAK_NO = 47;
  public static int PAP_STATUS6_BAK_NO = 48;
  public static int PAP_VALUE7_BAK_NO = 49;
  public static int PAP_STATUS7_BAK_NO = 50;
  public static int PAP_VALUE8_BAK_NO = 51;
  public static int PAP_STATUS8_BAK_NO = 52;
  public static int PAP_VALUE9_BAK_NO = 53;
  public static int PAP_STATUS9_BAK_NO = 54;
  public static int PAP_VALUE10_BAK_NO = 55;
  public static int PAP_STATUS10_BAK_NO = 56;
  public static int PAP_VALUE11_BAK_NO = 57;
  public static int PAP_STATUS11_BAK_NO = 58;
  public static int PAP_VALUE12_BAK_NO = 59;
  public static int PAP_STATUS12_BAK_NO = 60;
  public static int PAP_ALL_VALUE1_BAK_NO = 61;
  public static int PAP_ALL_STATUS1_BAK_NO = 62;
  public static int PAP_ALL_VALUE2_BAK_NO = 63;
  public static int PAP_ALL_STATUS2_BAK_NO = 64;
  public static int PAP_ALL_VALUE3_BAK_NO = 65;
  public static int PAP_ALL_STATUS3_BAK_NO = 66;
  public static int PAP_ALL_VALUE4_BAK_NO = 67;
  public static int PAP_ALL_STATUS4_BAK_NO = 68;
  public static int PAP_ALL_VALUE5_BAK_NO = 69;
  public static int PAP_ALL_STATUS5_BAK_NO = 70;

  public static int RAP_VALUE1_NO = 71;
  public static int RAP_STATUS1_NO = 72;
  public static int RAP_VALUE2_NO = 73;
  public static int RAP_STATUS2_NO = 74;
  public static int RAP_VALUE3_NO = 75;
  public static int RAP_STATUS3_NO = 76;
  public static int RAP_VALUE4_NO = 77;
  public static int RAP_STATUS4_NO = 78;
  public static int RAP_VALUE5_NO = 79;
  public static int RAP_STATUS5_NO = 80;
  public static int RAP_VALUE6_NO = 81;
  public static int RAP_STATUS6_NO = 82;
  public static int RAP_VALUE7_NO = 83;
  public static int RAP_STATUS7_NO = 84;
  public static int RAP_VALUE8_NO = 85;
  public static int RAP_STATUS8_NO = 86;
  public static int RAP_VALUE9_NO = 87;
  public static int RAP_STATUS9_NO = 88;
  public static int RAP_VALUE10_NO = 89;
  public static int RAP_STATUS10_NO = 90;
  public static int RAP_VALUE11_NO = 91;
  public static int RAP_STATUS11_NO = 92;
  public static int RAP_VALUE12_NO = 93;
  public static int RAP_STATUS12_NO = 94;
  public static int RAP_ALL_VALUE1_NO = 95;
  public static int RAP_ALL_STATUS1_NO = 96;
  public static int RAP_ALL_VALUE2_NO = 97;
  public static int RAP_ALL_STATUS2_NO = 98;
  public static int RAP_ALL_VALUE3_NO = 99;
  public static int RAP_ALL_STATUS3_NO = 100;
  public static int RAP_ALL_VALUE4_NO = 101;
  public static int RAP_ALL_STATUS4_NO = 102;
  public static int RAP_ALL_VALUE5_NO = 103;
  public static int RAP_ALL_STATUS5_NO = 104;

  public static int RAP_VALUE1_BAK_NO = 105;
  public static int RAP_STATUS1_BAK_NO = 106;
  public static int RAP_VALUE2_BAK_NO = 107;
  public static int RAP_STATUS2_BAK_NO = 108;
  public static int RAP_VALUE3_BAK_NO = 109;
  public static int RAP_STATUS3_BAK_NO = 110;
  public static int RAP_VALUE4_BAK_NO = 111;
  public static int RAP_STATUS4_BAK_NO = 112;
  public static int RAP_VALUE5_BAK_NO = 113;
  public static int RAP_STATUS5_BAK_NO = 114;
  public static int RAP_VALUE6_BAK_NO = 115;
  public static int RAP_STATUS6_BAK_NO = 116;
  public static int RAP_VALUE7_BAK_NO = 117;
  public static int RAP_STATUS7_BAK_NO = 118;
  public static int RAP_VALUE8_BAK_NO = 119;
  public static int RAP_STATUS8_BAK_NO = 120;
  public static int RAP_VALUE9_BAK_NO = 121;
  public static int RAP_STATUS9_BAK_NO = 122;
  public static int RAP_VALUE10_BAK_NO = 123;
  public static int RAP_STATUS10_BAK_NO = 124;
  public static int RAP_VALUE11_BAK_NO = 125;
  public static int RAP_STATUS11_BAK_NO = 126;
  public static int RAP_VALUE12_BAK_NO = 127;
  public static int RAP_STATUS12_BAK_NO = 128;
  public static int RAP_ALL_VALUE1_BAK_NO = 129;
  public static int RAP_ALL_STATUS1_BAK_NO = 130;
  public static int RAP_ALL_VALUE2_BAK_NO = 131;
  public static int RAP_ALL_STATUS2_BAK_NO = 132;
  public static int RAP_ALL_VALUE3_BAK_NO = 133;
  public static int RAP_ALL_STATUS3_BAK_NO = 134;
  public static int RAP_ALL_VALUE4_BAK_NO = 135;
  public static int RAP_ALL_STATUS4_BAK_NO = 136;
  public static int RAP_ALL_VALUE5_BAK_NO = 137;
  public static int RAP_ALL_STATUS5_BAK_NO = 138;

  public static int PRP_VALUE1_NO = 139;
  public static int PRP_STATUS1_NO = 140;
  public static int PRP_VALUE2_NO = 141;
  public static int PRP_STATUS2_NO = 142;
  public static int PRP_VALUE3_NO = 143;
  public static int PRP_STATUS3_NO = 144;
  public static int PRP_VALUE4_NO = 145;
  public static int PRP_STATUS4_NO = 146;
  public static int PRP_VALUE5_NO = 147;
  public static int PRP_STATUS5_NO = 148;
  public static int PRP_VALUE6_NO = 149;
  public static int PRP_STATUS6_NO = 150;
  public static int PRP_VALUE7_NO = 151;
  public static int PRP_STATUS7_NO = 152;
  public static int PRP_VALUE8_NO = 153;
  public static int PRP_STATUS8_NO = 154;
  public static int PRP_VALUE9_NO = 155;
  public static int PRP_STATUS9_NO = 156;
  public static int PRP_VALUE10_NO = 157;
  public static int PRP_STATUS10_NO = 158;
  public static int PRP_VALUE11_NO = 159;
  public static int PRP_STATUS11_NO = 160;
  public static int PRP_VALUE12_NO = 161;
  public static int PRP_STATUS12_NO = 162;
  public static int PRP_ALL_VALUE1_NO = 163;
  public static int PRP_ALL_STATUS1_NO = 164;
  public static int PRP_ALL_VALUE2_NO = 165;
  public static int PRP_ALL_STATUS2_NO = 166;
  public static int PRP_ALL_VALUE3_NO = 167;
  public static int PRP_ALL_STATUS3_NO = 168;
  public static int PRP_ALL_VALUE4_NO = 169;
  public static int PRP_ALL_STATUS4_NO = 170;
  public static int PRP_ALL_VALUE5_NO = 171;
  public static int PRP_ALL_STATUS5_NO = 172;

  public static int PRP_VALUE1_BAK_NO = 173;
  public static int PRP_STATUS1_BAK_NO = 174;
  public static int PRP_VALUE2_BAK_NO = 175;
  public static int PRP_STATUS2_BAK_NO = 176;
  public static int PRP_VALUE3_BAK_NO = 177;
  public static int PRP_STATUS3_BAK_NO = 178;
  public static int PRP_VALUE4_BAK_NO = 179;
  public static int PRP_STATUS4_BAK_NO = 180;
  public static int PRP_VALUE5_BAK_NO = 181;
  public static int PRP_STATUS5_BAK_NO = 182;
  public static int PRP_VALUE6_BAK_NO = 183;
  public static int PRP_STATUS6_BAK_NO = 184;
  public static int PRP_VALUE7_BAK_NO = 185;
  public static int PRP_STATUS7_BAK_NO = 186;
  public static int PRP_VALUE8_BAK_NO = 187;
  public static int PRP_STATUS8_BAK_NO = 188;
  public static int PRP_VALUE9_BAK_NO = 189;
  public static int PRP_STATUS9_BAK_NO = 190;
  public static int PRP_VALUE10_BAK_NO = 191;
  public static int PRP_STATUS10_BAK_NO = 192;
  public static int PRP_VALUE11_BAK_NO = 193;
  public static int PRP_STATUS11_BAK_NO = 194;
  public static int PRP_VALUE12_BAK_NO = 195;
  public static int PRP_STATUS12_BAK_NO = 196;
  public static int PRP_ALL_VALUE1_BAK_NO = 197;
  public static int PRP_ALL_STATUS1_BAK_NO = 198;
  public static int PRP_ALL_VALUE2_BAK_NO = 199;
  public static int PRP_ALL_STATUS2_BAK_NO = 200;
  public static int PRP_ALL_VALUE3_BAK_NO = 201;
  public static int PRP_ALL_STATUS3_BAK_NO = 202;
  public static int PRP_ALL_VALUE4_BAK_NO = 203;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -