📄 posbackoracle.h
字号:
#ifndef _POSBACKORACLE_H_
#define _POSBACKORACLE_H_
#include "posLink.h"
extern C_CLASS LINKLIST saleInfoList;
int addproduct(struct barinformation * barInfo);
int IsInDB(char * barcode);
int DelProduct(char * barcode);
int QueryBarInfo(struct barinformation * barInfo,char * barcode);
int updateBarInfo(struct barinformation * barInfo,char * barcode);
int AddAccount(struct staffinfomation * staffInfo);
int IsStaffIDExit(char * staff_id);
int DelAccount(char * staff_id);
int QueryAccount(struct staffinfomation * staffInfo,char *staffid);
int UpdateAcc(struct staffinfomation * staffInfo,char *staffid);
int RecordQueryByDateProc(char * begindate,char * enddate);
int RecordQueryByStaffIDProc(char * staff_id);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -