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

📄 sellquery.h

📁 物流综合管理系统
💻 H
字号:
// SellQuery.h: interface for the SellQuery class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_SELLQUERY_H__E1E2DF5F_7722_41E5_8674_CFBA9E5E91A4__INCLUDED_)
#define AFX_SELLQUERY_H__E1E2DF5F_7722_41E5_8674_CFBA9E5E91A4__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "DOperationQuery.h"

class SellQuery : public DOperationQuery  
{
public:
	void Init();
	SellQuery();
	virtual ~SellQuery();

};

#endif // !defined(AFX_SELLQUERY_H__E1E2DF5F_7722_41E5_8674_CFBA9E5E91A4__INCLUDED_)

⌨️ 快捷键说明

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