package com.brilliance.isc.dsp.utils; public class ResultCode { public static Integer SUCCESS = 20000; //成功 public static Integer ERROR = 20001; //失败 }