⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dm_stu_info.java~1~

📁 实现了学生成绩的管理
💻 JAVA~1~
字号:
package coursedesign.DM_stu_info.entities;

import com.borland.dx.dataset.DataModule;
import com.borland.dx.dataset.Provider;

/** Implement this interface to provide alternate implementations of your

 DataModule.  This allows an application to use a different set of
 Providers, Resolvers, Database connections, or StorageDataSet Store
 implementations for different applications.*/
/**
 * <p>Title: </p>
 * <p>Description: </p>
 * <p>Copyright: Copyright (c) 2006</p>
 * <p>Company: </p>
 * @author not attributable
 * @version 1.0
 */
public interface DM_stu_info
    extends DataModule {
  Base_info getBase_info();

  Base_info createBase_info();

  Provider getBase_infoProvider();

  Stu getStu();

  Stu createStu();

  Provider getStuProvider();

  Chengjibiao getChengjibiao();

  Chengjibiao createChengjibiao();

  Provider getChengjibiaoProvider();
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -