a0c613d6e398001b129eca3212185ed6

来自「用jsf实现cd商店的程序」· 代码 · 共 32 行

TXT
32
字号
package com.tangjun.data.impl;

import java.util.List;

import com.tangjun.web.opjo.CD;

public class CDTypeDaoImpl
{
	public boolean addType()
	{
		return false;
	}

	public boolean delType()
	{
		return false;
	}

	public boolean updateType()
	{
		return false;
	}
	public CD findTypeById(Integer id)
	{
		return null;
	}
	public List getAllType()
	{
		return null;
	}
}

⌨️ 快捷键说明

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