6 lines
82 B
Go
6 lines
82 B
Go
|
package err
|
||
|
|
||
|
var WorkCreationNature = map[string]string{
|
||
|
"ORIGINAL": "原创",
|
||
|
}
|