All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.minsin.core.web.ResultOptions Maven / Gradle / Ivy

package cn.minsin.core.web;

public interface ResultOptions {
	
	/**
	 * 	返回给前端的code
	 * @return
	 */
    int getCode(); 
    
    /**
     * 	返回给前端的提示消息
     * @return
     */
    String getMsg();
} 




© 2015 - 2024 Weber Informatics LLC | Privacy Policy