package com.yiboshi.science.base; /** * 基础视图对象 * * @author NEGI * @version 2019-01 */ public class BaseView { public interface DataModel{} }