TableNameeb_erp_heat_processDatapublic class ErpHeatProcessDo 主键ID TableIdtype = IdTypeASSIGN_ID private Long appId; 表ID private Integer id; 工艺名称
CREATE TABLE eb_erp_heat_process (
app_id bigint(20) NOT NULL,
id int(11) DEFAULT NULL,
technology_name varchar(255) DEFAULT NULL,
remark varchar(255) DEFAULT NULL,
create_by varchar(255) DEFAULT NULL,
create_time datetime DEFAULT NULL,
update_by varchar(255) DEFAULT NULL,
update_time datetime DEFAULT NULL,
organization_id int(11) DEFAULT NULL,
PRIMARY KEY (app_id)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
原文地址: https://www.cveoy.top/t/topic/hfE5 著作权归作者所有。请勿转载和采集!