Project

General

Profile

Feature #3440

增加产品服务管理功能

Added by shiyu cheng 2 days ago. Updated 2 days ago.

Status:
New
Priority:
Normal
Assignee:
Target version:
-
Start date:
06/24/2024
Due date:
% Done:

0%

Estimated time:
Defect version:

Description

1:需要创建对应的数据表

History

#1

Updated by shiyu cheng 2 days ago

1:需要创建对应的数据表

#2

Updated by shiyu cheng 2 days ago

CREATE TABLE "tb_commodity_service" (
"id" INTEGER PRIMARY KEY AUTOINCREMENT,
"commodity_id" int NOT NULL,
"service_name" varchar(50) NOT NULL,
"service_identifier" varchar(50) NOT NULL,
"invoking_type" int NOT NULL,
"request_json_body" varchar(500) DEFAULT NULL,
"response_json_body" varchar(500) DEFAULT NULL,
"service_desc" varchar(500) DEFAULT NULL,
"create_time" datetime NOT NULL,
"create_by" int NOT NULL,
"state" int NOT NULL
);

#3

Updated by shiyu cheng 2 days ago

  • Tracker changed from Task to Feature
  • Parent task deleted (#3127)
#4

Updated by shiyu cheng 2 days ago

  • Description updated (diff)

Also available in: Atom PDF