WorkOrderProductionStatistics$json top-level constant
- @Deprecated('Use workOrderProductionStatisticsDescriptor instead')
Map<String, Object>
const
WorkOrderProductionStatistics$json
Implementation
@$core.Deprecated('Use workOrderProductionStatisticsDescriptor instead')
const WorkOrderProductionStatistics$json = {
'1': 'WorkOrderProductionStatistics',
'2': [
{'1': 'family_id', '3': 1, '4': 1, '5': 4, '10': 'familyId'},
{
'1': 'production_plan_quantity',
'3': 2,
'4': 1,
'5': 4,
'10': 'productionPlanQuantity'
},
{
'1': 'work_order_quantity',
'3': 3,
'4': 1,
'5': 4,
'10': 'workOrderQuantity'
},
{
'1': 'produced_quantity',
'3': 4,
'4': 1,
'5': 4,
'10': 'producedQuantity'
},
],
};