Added new columns for mvhs and request characteristic / quality approval logic on model file #446

Merged
jothi merged 1 commits from ranjith-dev into master 2026-03-09 14:23:55 +00:00

View File

@@ -15,8 +15,8 @@ class ClassCharacteristic extends Model
protected $fillable = [
'plant_id',
'item_id',
'machine_id',
'item_id',
'aufnr',
'class',
'arbid',
@@ -106,14 +106,14 @@ class ClassCharacteristic extends Model
'zmm_tagno',
'zmm_year',
'zmm_laser_name',
'zmm_logo_cp',
'zmm_logo_ce',
'zmm_logo_nsf',
'zmm_beenote',
'zmm_beenumber',
'zmm_beestar',
'zmm_codeclass',
'zmm_colour',
'zmm_logo_cp',
'zmm_logo_ce',
'zmm_logo_nsf',
'zmm_grade',
'zmm_grwt_pset',
'zmm_grwt_cable',
@@ -144,24 +144,34 @@ class ClassCharacteristic extends Model
'zmm_usp',
'mark_status',
'marked_datetime',
'marked_physical_count',
'marked_expected_time',
'marked_by',
'man_marked_status',
'man_marked_datetime',
'man_marked_by',
'motor_marked_status',
'motor_marked_physical_count',
'motor_expected_time',
'motor_marked_by',
'pump_marked_status',
'pump_marked_physical_count',
'pump_expected_time',
'pump_marked_by',
'name_plate_marked_status',
'name_plate_expected_time',
'name_plate_marked_by',
'motor_pump_pumpset_status',
'winded_serial_number',
'motor_machine_name',
'pump_machine_name',
'name_plate_machine_name',
'pumpset_machine_name',
'part_validation_1',
'part_validation_2',
'samlight_logged_name',
'pending_released_status',
'motor_expected_time',
'pump_expected_time',
'has_work_flow_id',
'created_at',
'updated_at',
'created_by',