7 lines
198 B
Plaintext
7 lines
198 B
Plaintext
|
<#
|
||
|
const string author = "Bunny";
|
||
|
const string controllerName = "控制器名称";
|
||
|
const string serviceName = "服务名称";
|
||
|
const string iServiceName = "实现服务名称";
|
||
|
#>
|