liyong
3 天以前 d9ee1fb5190f91d79c003193b7f27ff7c5072227
doc/create_table_process_route_item.sql
@@ -4,8 +4,9 @@
(
    id          bigint auto_increment primary key,
    route_id    bigint   not null default 0 comment '工艺路线id',
    product_id  bigint   not null default 0 comment '产品id',
    product_model_id  bigint   not null default 0 comment '产品id',
    tenant_id   bigint   not null comment '租户id',
    create_time datetime null comment '录入时间',
    update_time datetime null comment '更新时间'
    update_time datetime null comment '更新时间',
    sort bigint  not null comment '排序'
);