ww664853070 2 years ago
parent
commit
2625657091
  1. 18
      api/app/lib/models/employee_communicate.js

18
api/app/lib/models/employee_communicate.js

@ -52,7 +52,7 @@ module.exports = dc => {
autoIncrement: false
},
communicateContent: {
type: DataTypes.STRING,
type: DataTypes.TEXT,
allowNull: false,
defaultValue: null,
comment: null,
@ -61,7 +61,7 @@ module.exports = dc => {
autoIncrement: false
},
communicateResult: {
type: DataTypes.STRING,
type: DataTypes.TEXT,
allowNull: false,
defaultValue: null,
comment: null,
@ -79,7 +79,7 @@ module.exports = dc => {
autoIncrement: false
},
communicateCondition: {
type: DataTypes.STRING,
type: DataTypes.TEXT,
allowNull: false,
defaultValue: null,
comment: null,
@ -88,7 +88,7 @@ module.exports = dc => {
autoIncrement: false
},
nextPlan: {
type: DataTypes.STRING,
type: DataTypes.TEXT,
allowNull: false,
defaultValue: null,
comment: null,
@ -97,7 +97,7 @@ module.exports = dc => {
autoIncrement: false
},
topic: {
type: DataTypes.STRING,
type: DataTypes.TEXT,
allowNull: false,
defaultValue: null,
comment: null,
@ -115,7 +115,7 @@ module.exports = dc => {
autoIncrement: false
},
background: {
type: DataTypes.STRING,
type: DataTypes.TEXT,
allowNull: false,
defaultValue: null,
comment: null,
@ -124,7 +124,7 @@ module.exports = dc => {
autoIncrement: false
},
suggestion: {
type: DataTypes.STRING,
type: DataTypes.TEXT,
allowNull: false,
defaultValue: null,
comment: null,
@ -133,7 +133,7 @@ module.exports = dc => {
autoIncrement: false
},
toPersonSugges: {
type: DataTypes.STRING,
type: DataTypes.TEXT,
allowNull: false,
defaultValue: null,
comment: null,
@ -142,7 +142,7 @@ module.exports = dc => {
autoIncrement: false
},
training: {
type: DataTypes.STRING,
type: DataTypes.TEXT,
allowNull: false,
defaultValue: null,
comment: null,

Loading…
Cancel
Save