明树Git Lab

Commit 8cb68fbc authored by zfp1's avatar zfp1

update

parent b8f56d26
Pipeline #104072 passed with stage
in 3 seconds
// models/Project.js
const { DataTypes } = require('sequelize');
const sequelize = require('../index');
const moment = require('moment')
const User = require('../system/user');
const Project = sequelize.define('Project', {
......
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