add service behavior
This commit is contained in:
parent
6f9a2398be
commit
accf8b15e1
@ -3,7 +3,7 @@ CREATE TABLE `health`.`ufutx_dma_service_behavior` (
|
||||
`group_id` BIGINT NOT NULL COMMENT "群id",
|
||||
`type` TINYINT NULL DEFAULT NULL COMMENT "类型 1:正向激励,2:改善提醒",
|
||||
`service_user_id` BIGINT NULL DEFAULT NULL COMMENT "服务人员id",
|
||||
`apply_user_ud` BIGINT NULL DEFAULT NULL COMMENT "申请人员id",
|
||||
`apply_user_id` BIGINT NULL DEFAULT NULL COMMENT "申请人员id",
|
||||
`reason` TEXT NULL DEFAULT NULL COMMENT "事由",
|
||||
`pic` JSON NULL DEFAULT NULL COMMENT "图片",
|
||||
`status` TINYINT NOT NULL COMMENT '状态, 0:未审核,-1:不通过,1:通过',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user