crm: 增加基于客户查询回款分页
This commit is contained in:
@@ -72,7 +72,7 @@ CREATE TABLE IF NOT EXISTS "crm_receivable" (
|
||||
"update_time" datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||
"deleted" bit NOT NULL DEFAULT FALSE,
|
||||
PRIMARY KEY ("id")
|
||||
) COMMENT '回款管理';
|
||||
) COMMENT '回款';
|
||||
|
||||
CREATE TABLE IF NOT EXISTS "crm_receivable_plan" (
|
||||
"id" bigint NOT NULL GENERATED BY DEFAULT AS IDENTITY,
|
||||
|
||||
Reference in New Issue
Block a user