liyong
5 天以前 f72b363ee424c5f76dbd0854ac5df9d82bec7b0b
doc/create_table_process_route_item.sql
@@ -5,8 +5,8 @@
    id          bigint auto_increment primary key,
    route_id    bigint   not null default 0 comment '工艺路线id',
    product_model_id  bigint   not null default 0 comment '产品id',
    process_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 '更新时间',
    sort bigint  not null comment '排序'
    update_time datetime null comment '更新时间'
);