service/codecreate/template/entity.txt

9 lines
128 B
Plaintext

package dbstruct
type #{EntityName} struct {
#{EntityDefination}
}
type #{EntityName}IdSeq struct {
Seq int64 //Id序列号
}