链街Dcat后台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
328 B

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'LanzuCsInfo' => 'LanzuCsInfo',
  5. ],
  6. 'fields' => [
  7. 'name' => '名称',
  8. 'phone' => '电话',
  9. 'address' => '地址',
  10. 'admin_user_id' => '系统登陆帐号',
  11. 'status' => '状态 0/1/2 未审核/已审核',
  12. ],
  13. 'options' => [
  14. ],
  15. ];