Commit 73842b1e by 孙亚楠

dd

parent d1aa6487
......@@ -8,7 +8,7 @@ const moment = require('moment')
module.exports = (db, DataTypes) => {
return db.define("iivoice", {
id: { type: DataTypes.STRING(32), allowNull: true, comment: "" }, L,
id: { type: DataTypes.STRING(32), allowNull: true, comment: "" },
province: { type: DataTypes.STRING(10), allowNull: true, comment: "发票对应省份" },
invoice_type: { type: DataTypes.STRING(4), allowNull: true, comment: '发票类型 10 增值税专用发票 20 增值税普通发票 30 普通发票' },
invoice_join: { type: DataTypes.STRING(4), allowNull: true, comment: '发票联次 10 记账联 20 发票联 30 抵扣联 40 销售方次' },
......
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