Commit 1f5f1fc6 by 陈桂东

Merge remote-tracking branch 'origin/master'

parents cf795ee5 2501db33
...@@ -112,6 +112,9 @@ export class NativeSql { ...@@ -112,6 +112,9 @@ export class NativeSql {
return count_sql; return count_sql;
} }
/**
* 单位信息表
*/
static getDwInfoTable(): string { static getDwInfoTable(): string {
const dw_sql = const dw_sql =
`create table if not exists TAB_BZGL_KNZY_APP_BGDW( `create table if not exists TAB_BZGL_KNZY_APP_BGDW(
...@@ -128,6 +131,9 @@ export class NativeSql { ...@@ -128,6 +131,9 @@ export class NativeSql {
return dw_sql; return dw_sql;
} }
/**
* 管理单位表
*/
static getGldwTable(): string { static getGldwTable(): string {
const gldw_sql = const gldw_sql =
`create table if not exists TAB_BZGL_KNZY_APP_BGDDW( `create table if not exists TAB_BZGL_KNZY_APP_BGDDW(
...@@ -139,6 +145,9 @@ export class NativeSql { ...@@ -139,6 +145,9 @@ export class NativeSql {
return gldw_sql; return gldw_sql;
} }
/**
* 货架信息表
*/
static getHjInfoTable(): string { static getHjInfoTable(): string {
const hj_sql = `create table if not exists TAB_BZGL_KNZY_APP_HJB( const hj_sql = `create table if not exists TAB_BZGL_KNZY_APP_HJB(
"GUID" TEXT NOT NULL PRIMARY KEY, "GUID" TEXT NOT NULL PRIMARY KEY,
...@@ -153,6 +162,9 @@ export class NativeSql { ...@@ -153,6 +162,9 @@ export class NativeSql {
return hj_sql; return hj_sql;
} }
/**
* 货位规划表
*/
static getHwghTable(): string { static getHwghTable(): string {
const hwgh_sql = `create table if not exists HW_PROJECT_TABLE( const hwgh_sql = `create table if not exists HW_PROJECT_TABLE(
"GUID" TEXT NOT NULL PRIMARY KEY, "GUID" TEXT NOT NULL PRIMARY KEY,
...@@ -163,6 +175,9 @@ export class NativeSql { ...@@ -163,6 +175,9 @@ export class NativeSql {
return hwgh_sql; return hwgh_sql;
} }
/**
* 货位信息表
*/
static getHwInfoTable(): string { static getHwInfoTable(): string {
const hw_sql = `create table if not exists tab_bzgl_knzy_app_hwb( const hw_sql = `create table if not exists tab_bzgl_knzy_app_hwb(
"GUID" TEXT NOT NULL PRIMARY KEY, "GUID" TEXT NOT NULL PRIMARY KEY,
...@@ -179,6 +194,9 @@ export class NativeSql { ...@@ -179,6 +194,9 @@ export class NativeSql {
return hw_sql; return hw_sql;
} }
/**
* 库房信息表
*/
static getKfInfoTable(): string { static getKfInfoTable(): string {
const kf_sql = `create table if not exists TAB_BZGL_KNZY_APP_DWKF( const kf_sql = `create table if not exists TAB_BZGL_KNZY_APP_DWKF(
"GUID" TEXT NOT NULL PRIMARY KEY, "GUID" TEXT NOT NULL PRIMARY KEY,
...@@ -191,6 +209,9 @@ export class NativeSql { ...@@ -191,6 +209,9 @@ export class NativeSql {
return kf_sql; return kf_sql;
} }
/**
* 区域信息表
*/
static getQyInfoTable(): string { static getQyInfoTable(): string {
const qy_sql = `create table if not exists TAB_BZGL_KNZY_APP_QYB( const qy_sql = `create table if not exists TAB_BZGL_KNZY_APP_QYB(
"GUID" TEXT NOT NULL PRIMARY KEY, "GUID" TEXT NOT NULL PRIMARY KEY,
...@@ -204,6 +225,9 @@ export class NativeSql { ...@@ -204,6 +225,9 @@ export class NativeSql {
return qy_sql; return qy_sql;
} }
/**
* 扫描信息表
*/
static getSmInfoTable(): string { static getSmInfoTable(): string {
const scan_sql = `create table if not exists SCAN_LOG_TABLE( const scan_sql = `create table if not exists SCAN_LOG_TABLE(
"GUID" TEXT NOT NULL PRIMARY KEY, "GUID" TEXT NOT NULL PRIMARY KEY,
...@@ -214,6 +238,9 @@ export class NativeSql { ...@@ -214,6 +238,9 @@ export class NativeSql {
return scan_sql; return scan_sql;
} }
/**
* 物资出入库表
*/
static getWzcrkTable(): string { static getWzcrkTable(): string {
const wzcrk_sql = `create table if not exists TAB_BZGL_KNZY_APP_WZCRK( const wzcrk_sql = `create table if not exists TAB_BZGL_KNZY_APP_WZCRK(
"GUID" TEXT NOT NULL PRIMARY KEY, "GUID" TEXT NOT NULL PRIMARY KEY,
...@@ -246,6 +273,9 @@ export class NativeSql { ...@@ -246,6 +273,9 @@ export class NativeSql {
} }
/**
* 物资出入库明细表
*/
static getWzcrkmxTable(): string { static getWzcrkmxTable(): string {
const wzcrkmx_sql = `create table if not exists TAB_BZGL_KNZY_APP_WZCRKMX( const wzcrkmx_sql = `create table if not exists TAB_BZGL_KNZY_APP_WZCRKMX(
"GUID" TEXT NOT NULL PRIMARY KEY, "GUID" TEXT NOT NULL PRIMARY KEY,
...@@ -260,6 +290,9 @@ export class NativeSql { ...@@ -260,6 +290,9 @@ export class NativeSql {
return wzcrkmx_sql; return wzcrkmx_sql;
} }
/**
* 物资代码表
*/
static getWzdmTable(): string { static getWzdmTable(): string {
const wzdm_sql = `create table if not exists TAB_XTWH_JCSJ_WZDM( const wzdm_sql = `create table if not exists TAB_XTWH_JCSJ_WZDM(
"GUID" TEXT NOT NULL PRIMARY KEY, "GUID" TEXT NOT NULL PRIMARY KEY,
...@@ -276,6 +309,9 @@ export class NativeSql { ...@@ -276,6 +309,9 @@ export class NativeSql {
return wzdm_sql; return wzdm_sql;
} }
/**
* 物资号型融合表
*/
static getWzhxdmTable(): string { static getWzhxdmTable(): string {
const wzhxdm_sql = `create table if not exists TAB_XTWH_JCSJ_WZHXDM( const wzhxdm_sql = `create table if not exists TAB_XTWH_JCSJ_WZHXDM(
"GUID" TEXT NOT NULL, "GUID" TEXT NOT NULL,
...@@ -295,6 +331,9 @@ export class NativeSql { ...@@ -295,6 +331,9 @@ export class NativeSql {
return wzhxdm_sql; return wzhxdm_sql;
} }
/**
* 系统配置表
*/
static getXtpzInfoTable(): string { static getXtpzInfoTable(): string {
const sysConfig_sql = `create table if not exists SYSCONFIG_TABLE( const sysConfig_sql = `create table if not exists SYSCONFIG_TABLE(
"APPID" TEXT NOT NULL PRIMARY KEY, "APPID" TEXT NOT NULL PRIMARY KEY,
...@@ -322,6 +361,9 @@ export class NativeSql { ...@@ -322,6 +361,9 @@ export class NativeSql {
return sysConfig_sql; return sysConfig_sql;
} }
/**
* 意见反馈表
*/
static getYjfkTable(): string { static getYjfkTable(): string {
const yjfk_sql = `create table if not exists YJFAK_TABLE( const yjfk_sql = `create table if not exists YJFAK_TABLE(
"GUID" TEXT NOT NULL PRIMARY KEY, "GUID" TEXT NOT NULL PRIMARY KEY,
...@@ -333,7 +375,7 @@ export class NativeSql { ...@@ -333,7 +375,7 @@ export class NativeSql {
} }
/** /**
* 视图 * 视图-导入导出
*/ */
static getDrdcView(): string { static getDrdcView(): string {
let sql_val = `create view if not exists view_dr_dc as SELECT let sql_val = `create view if not exists view_dr_dc as SELECT
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论