2/26 业务类型字段修改1.1

dev_2.5_optimize
wangwei 4 months ago
parent 2dd2796835
commit efbb037cdc

@ -225,8 +225,8 @@ public class SysWorkplaceDocumentEntity {
/** /**
* 1 2 * 1 2
*/ */
@TableField(value = "busType") @TableField(value = "productType")
private Integer busType; private Integer productType;
} }

@ -175,7 +175,7 @@ public class SysWorkplaceDocumentResponse {
private Boolean autoHandle; private Boolean autoHandle;
private Integer busType; private Integer productType;
} }

@ -5315,7 +5315,7 @@ CALL Pro_Temp_ColumnWork('io_code_temp', 'queueCode',
' varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT ''槽位编码''', ' varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT ''槽位编码''',
1); 1);
CALL Pro_Temp_ColumnWork('sys_workplace_document', 'busType', CALL Pro_Temp_ColumnWork('sys_workplace_document', 'productType',
'tinyint NULL DEFAULT NULL COMMENT ''业务类型 1器械业务 2药品业务''', 'tinyint NULL DEFAULT NULL COMMENT ''业务类型 1器械业务 2药品业务''',
1); 1);

Loading…
Cancel
Save