View Javadoc
1   package top.infra.core;
2   
3   /**
4    * Created by zhuowan on 2018/3/24 17:08.
5    * Description: Response message
6    */
7   public interface ErrorMessage {
8   
9     String getName();
10  
11    String getText();
12  }