创建包com.atguigu.commonutils,创建接口 ResultCode.java package com.wzy.commonutils;public interface ResultCode { public static Integer SUCCESS = 20000; public static Integer ERROR = 20001;}