mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-25 02:08:44 +08:00
10 lines
273 B
Smarty
10 lines
273 B
Smarty
|
|
||
|
{{.indent}}{{.decorator}}
|
||
|
{{.indent}}public {{.returnType}} get{{.property}}() {
|
||
|
{{.indent}} return this.{{.tagValue}};
|
||
|
{{.indent}}}
|
||
|
|
||
|
{{.indent}}public void set{{.property}}({{.type}} {{.propertyValue}}) {
|
||
|
{{.indent}} this.{{.tagValue}} = {{.propertyValue}};
|
||
|
{{.indent}}}
|