service/codecreate/template/entity.txt

6 lines
68 B
Plaintext
Raw Normal View History

2023-12-21 22:17:40 +08:00
package dbstruct
type #{EntityName} struct {
#{EntityDefination}
}