19 lines
		
	
	
		
			430 B
		
	
	
	
		
			Python
		
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			430 B
		
	
	
	
		
			Python
		
	
	
	
| # Generated by Django 3.2.12 on 2024-07-31 08:26
 | |
| 
 | |
| from django.db import migrations, models
 | |
| 
 | |
| 
 | |
| class Migration(migrations.Migration):
 | |
| 
 | |
|     dependencies = [
 | |
|         ('mtm', '0037_material_into_wm'),
 | |
|     ]
 | |
| 
 | |
|     operations = [
 | |
|         migrations.AddField(
 | |
|             model_name='process',
 | |
|             name='batch_append_equip',
 | |
|             field=models.BooleanField(default=False, verbose_name='批号追加设备'),
 | |
|         ),
 | |
|     ]
 |