Commit ac9a9a9f by v_vjyjiang

d

parent 640cc4af
module.exports = (sequelize, DataType) => {
return sequelize.define("c_marketing_subject", {q
return sequelize.define("c_marketing_subject", {
code: DataType.STRING(100),
name: DataType.STRING(100),
notes: DataType.STRING(255),
......
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