public static string GetEquipmentCommonName()
        {
            DataTable table = ProdunctionService.GetEquipmentCommonNameList();
            string    json  = EasyUIJsonParser.DataGridJsonParser.DataTableToJson(table);

            return(json);
        }