Commit 84084451 by DESKTOP-7Q3CA17\86137

gsb

parent 2bd47366
......@@ -2,6 +2,7 @@ module.exports = function (sequelize, DataTypes) {
return sequelize.define('electroniccontract', {
company_id: DataTypes.INTEGER,
company_name: DataTypes.STRING,
sign_name: DataTypes.STRING,
usc_code: DataTypes.DATE,
name: DataTypes.STRING,
id_no: DataTypes.STRING,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment