qcode_product.php 295 B

12345678910
  1. <?php
  2. return [
  3. 'Product_code' => '编号',
  4. 'Product_name' => '名称',
  5. 'Temple' => '辅料代号',
  6. 'Main_unit' => '主计量单位',
  7. 'Sec_unit' => '辅计量单位',
  8. 'Proportion' => '换算关系',
  9. ];