init: create project

This commit is contained in:
kallydev
2020-11-28 18:32:36 +08:00
commit a970ad7653
83 changed files with 24196 additions and 0 deletions

View File

@ -0,0 +1,16 @@
// Code generated by entc, DO NOT EDIT.
package predicate
import (
"github.com/facebook/ent/dialect/sql"
)
// JDModel is the predicate function for jdmodel builders.
type JDModel func(*sql.Selector)
// QQModel is the predicate function for qqmodel builders.
type QQModel func(*sql.Selector)
// SFModel is the predicate function for sfmodel builders.
type SFModel func(*sql.Selector)