reccqueryrep.java

来自「移动短信网关接口源程序框架」· Java 代码 · 共 28 行

JAVA
28
字号
// Decompiled by DJ v2.9.9.60 Copyright 2000 Atanas Neshkov  Date: 2004-4-16 11:12:35
// Home Page : http://members.fortunecity.com/neshkov/dj.html  - Check often for new version!
// Decompiler options: packimports(3) 
// Source File Name:   RecCQueryRep.java

package com.aspire.cmppApi;


public class RecCQueryRep
{

    public RecCQueryRep()
    {
    }

    public int nSeqId;
    public String sTime;
    public int ucQueryType;
    public String sQueryCode;
    public int nMtTlMsg;
    public int nMtTlUsr;
    public int nMtScs;
    public int nMtWt;
    public int nMtFl;
    public int nMoScs;
    public int nMoWt;
    public int nMoFl;
}

⌨️ 快捷键说明

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