feat: 增加校验产品属性

dev_test1.0
chenhc 1 year ago
parent 40c55bc282
commit c02bfb9b6a

@ -447,4 +447,10 @@ public class BasicBussinessTypeEntity {
@TableField(value = "inPreInBack")
private Integer inPreInBack;
/**
* 12.
*/
@TableField(value = "vailProductAttributes")
private Integer vailProductAttributes;
}

@ -309,4 +309,6 @@ public class BussinessTypeSaveRequest {
*/
private Integer editType;
private Integer inPreInBack;
private Integer vailProductAttributes;
}

@ -177,4 +177,7 @@ public class BasicBussinessTypeResponse {
private Integer inPreInBack;
private Integer vailProductAttributes;
}

@ -783,3 +783,7 @@ INSERT ignore INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `
`create_by`, `create_time`, `update_by`, `update_time`, `remark`)
VALUES (2012, '物资字典转让', 1644, 6, 'basic/product/udiInfoManageCp', 'basic/product/udiInfoManageCp', NULL, 1, 0, 'C', '0', '0',
'basic/product/udiInfoManageCp', NULL, '超级用户', '2024-04-01 17:59:43', NULL, NULL, NULL);
CALL Pro_Temp_ColumnWork('basic_bussiness_type', 'vailProductAttributes', 'tinyint NULL DEFAULT NULL COMMENT ''校验产品属性 1校验2.无需校验''', 1);

Loading…
Cancel
Save