酒店预订平台
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.

cf_suplier_info.php 245 B

3 years ago
3 years ago
3 years ago
12345678910
  1. <?php
  2. return [
  3. 'Id' => '主键ID',
  4. 'Supplier_name' => '供应商名称',
  5. 'Memo' => '介绍',
  6. 'Del_flag' => '是否删除',
  7. 'Create_time' => '创建时间',
  8. 'Update_time' => '更新时间'
  9. ];