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