明树Git Lab

Commit e22e64ab authored by zfp1's avatar zfp1

update

parent 50497a8a
Pipeline #108299 passed with stage
in 3 seconds
// models/Message.js
const { DataTypes } = require('sequelize');
const sequelize = require('../index');
const moment = require('moment');
const Message = sequelize.define('Message', {
// 定义字段
......
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