posbackoracle.h
来自「一个不错的POS系统」· C头文件 代码 · 共 18 行
H
18 行
#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 + =
减小字号Ctrl + -
显示快捷键?