📄 d06e91dfe398001b129eca3212185ed6
字号:
package com.tangjun.data.impl;
import java.util.List;
import com.tangjun.web.opjo.CD;
public class CDTypeDaoImpl implements ICDtypeDao
{
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -