supertypedaoimpl.java~1~

来自「JSP数据库系统开发案例精选 ---电子商务系统」· JAVA~1~ 代码 · 共 13 行

JAVA~1~
13
字号
package com.wgh.dao;

import commerce.SuperType;

public class SuperTypeDaoImpl implements SupertypeDao {
  public SuperTypeDaoImpl() {
  }

  public int insert(SuperType spt) {
    return 0;
  }
}

⌨️ 快捷键说明

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