8 lines
95 B
PHP
8 lines
95 B
PHP
<?php
|
|
|
|
return [
|
|
'Id' => '主键id',
|
|
'Month' => '月份',
|
|
'Count' => '数量'
|
|
];
|