提交sql
This commit is contained in:
2
script/sql/mysql/item/gear_stock.sql
Normal file
2
script/sql/mysql/item/gear_stock.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
INSERT INTO `gear_stock` (`stock_id`, `warehouse_id`, `item_type`, `item_id`, `quantity`, `unit`, `batch_no`, `remark`, `del_flag`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1968217913034596353, 1968216276241014785, 'product', 1962798889162240002, 10, 'g', '100', NULL, 0, '2025-09-17 15:38:13', 'admin', '2025-09-17 15:38:13', 'admin');
|
||||
INSERT INTO `gear_stock` (`stock_id`, `warehouse_id`, `item_type`, `item_id`, `quantity`, `unit`, `batch_no`, `remark`, `del_flag`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1968218674313355266, 1968216106921156609, 'product', 1962798889162240002, 100, 'g', 'b1', NULL, 0, '2025-09-17 15:41:14', 'admin', '2025-09-17 15:41:14', 'admin');
|
||||
Reference in New Issue
Block a user