github.com/yoogoc/kratos-scaffold@v0.0.0-20240402032722-a538b3c18955/project_generator/resources/data.ent.schema.needremove.go.example (about)

     1  package schema
     2  
     3  import "entgo.io/ent"
     4  
     5  // NeedRemove holds the schema definition for the NeedRemove entity.
     6  type NeedRemove struct {
     7  	ent.Schema
     8  }
     9  
    10  // Fields of the NeedRemove.
    11  func (NeedRemove) Fields() []ent.Field {
    12  	return nil
    13  }
    14  
    15  // Edges of the NeedRemove.
    16  func (NeedRemove) Edges() []ent.Edge {
    17  	return nil
    18  }