ResultCode.java 185 Bytes
Newer Older
hulei committed
1 2 3 4 5 6 7 8 9 10
package com.brilliance.isc.dsp.utils;

public class ResultCode {

        public static Integer SUCCESS = 20000; //成功

        public static Integer ERROR = 20001; //失败
    }