service/codecreate/template/entity.txt

6 lines
68 B
Plaintext

package dbstruct
type #{EntityName} struct {
#{EntityDefination}
}