deviceParam.associate = (models) => {
    deviceParam.belongsTo(models.Device, {
      foreignKey: 'device_id',
      targetKey: 'id',
      as: 'device',