使用统计以及历史数据处理

This commit is contained in:
fofolee
2022-04-19 11:25:09 +08:00
parent 4fd73def58
commit 696e6398cb
2 changed files with 66 additions and 1 deletions

View File

@@ -10,7 +10,8 @@ let whole = window.utools
const DBPRE = {
QC: 'qc_',
CFG: 'cfg_',
PAN: 'pan_'
PAN: 'pan_',
STATUS: 'st_'
}
// 数据库函数封装