service/codecreate/template/entity.txt

9 lines
128 B
Plaintext
Raw Permalink Normal View History

2023-12-21 22:17:40 +08:00
package dbstruct
type #{EntityName} struct {
#{EntityDefination}
}
2024-12-06 13:16:00 +08:00
type #{EntityName}IdSeq struct {
Seq int64 //Id序列号
}