You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
339 B

package mvc1;
/**
* Model灞傛帴鍙? 瀹氫箟鏁版嵁鑾峰彇瑙勮寖锛屾墍鏈夋ā鍨嬬被闇€瀹炵幇姝ゆ帴鍙?
* @author The Administrator
* @version 1.0
* @created 26-10月-2025 22:52:13
*/
interface Model {
/**
* 鑾峰彇妯″瀷鏁版嵁
* @return 閿<>€煎<E282AC>褰㈠紡鐨勬暟鎹<E69A9F>泦鍚?
*/
public Map<String, Object> getData();
}