Files
MeSHard b22d09bd39 init
2025-12-01 11:19:23 +08:00

18 lines
549 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'Id' => '主键ID',
'Pid' => '父ID',
'Name' => '品类名称',
'Sds_url' => '安全技术说明书地址',
'Label_url' => '安全标签地址',
'Label_name' => '安全标签名称',
'Sds_name' => '安全技术说明书名称',
'Create_time' => '创建时间',
'Update_time' => '修改时间',
'Status' => '状态',//1-正常2-禁用;-1-删除
'Status 1' => '正常',
'Status 2' => '禁用',
'Status -1' => '删除'
];