Commit 7bfe5b38 authored by gary's avatar gary

1、fixbug

parent 4ece1351
package pwc.taxtech.atms.constant;
import java.io.File;
import java.util.UUID;
public final class CodeErrorConstant {
public static final int SUCCESS = 0;
public static final int APIERROR = -1;
public static final int APIDATAEMPTY = -2;
}
\ No newline at end of file
package pwc.taxtech.atms.constant;
public final class MsgErrorConstant {
public static final int SUCCESS = 0;
public static final int APIERROR = -1;
public static final int APIDATAEMPTY = -2;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment