ci: 企标更改流程增加标准拆分状态字段
This commit is contained in:
@@ -163,3 +163,5 @@ INSERT INTO `sys_dict` (`id`, `dict_name`, `dict_en_name`, `dict_code`, `descrip
|
||||
INSERT INTO `sys_dict_item` (`id`, `dict_id`, `parent_id`, `item_text`, `en_name`, `item_value`, `description`, `sort_order`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `is_tag_dict`, `is_read_only`, `attribute_type`, `del_flag`, `stat_node`) VALUES ('1807961647790870529', '1807961317556539393', '0', '已拆分', 'Split', '1', '', 1, 1, 'admin', '2024-07-02 10:17:02', 'admin', '2024-07-02 10:17:40', 0, 0, NULL, '0', NULL);
|
||||
INSERT INTO `sys_dict_item` (`id`, `dict_id`, `parent_id`, `item_text`, `en_name`, `item_value`, `description`, `sort_order`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `is_tag_dict`, `is_read_only`, `attribute_type`, `del_flag`, `stat_node`) VALUES ('1807961785812832257', '1807961317556539393', '0', '未拆分', 'Unsplit', '2', '', 1, 1, 'admin', '2024-07-02 10:17:35', NULL, NULL, 0, 0, NULL, '0', NULL);
|
||||
INSERT INTO `sys_dict_item` (`id`, `dict_id`, `parent_id`, `item_text`, `en_name`, `item_value`, `description`, `sort_order`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `is_tag_dict`, `is_read_only`, `attribute_type`, `del_flag`, `stat_node`) VALUES ('1807961969523347457', '1807961317556539393', '0', '已更改未拆分', 'modify Unsplit', '3', '', 1, 1, 'admin', '2024-07-02 10:18:18', 'admin', '2024-07-03 11:52:41', 1, 0, NULL, '0', NULL);
|
||||
|
||||
ALTER TABLE `process_es_change` ADD COLUMN `standard_split_status` varchar(50) NULL COMMENT '标准拆分状态' AFTER `modify_order_num`;
|
||||
|
||||
+6
@@ -283,6 +283,12 @@ public class ProcessEsChange implements Serializable {
|
||||
@ApiModelProperty(value = "更改单号")
|
||||
private String modifyOrderNum;
|
||||
|
||||
/**
|
||||
* 标准拆分状态
|
||||
*/
|
||||
@ApiModelProperty(value = "标准拆分状态")
|
||||
private String standardSplitStatus;
|
||||
|
||||
/**
|
||||
* 在线编辑文件id
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user