6 lines
68 B
Plaintext
6 lines
68 B
Plaintext
|
package dbstruct
|
||
|
|
||
|
type #{EntityName} struct {
|
||
|
#{EntityDefination}
|
||
|
}
|