20 lines
		
	
	
		
			499 B
		
	
	
	
		
			Python
		
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			499 B
		
	
	
	
		
			Python
		
	
	
	
| # Generated by Django 3.2.12 on 2024-01-24 03:46
 | |
| 
 | |
| from django.db import migrations, models
 | |
| 
 | |
| 
 | |
| class Migration(migrations.Migration):
 | |
| 
 | |
|     dependencies = [
 | |
|         ('mtm', '0025_auto_20231120_1139'),
 | |
|         ('inm', '0012_auto_20231218_1552'),
 | |
|     ]
 | |
| 
 | |
|     operations = [
 | |
|         migrations.AddField(
 | |
|             model_name='mio',
 | |
|             name='materials',
 | |
|             field=models.ManyToManyField(blank=True, through='inm.MIOItem', to='mtm.Material', verbose_name='物料明细'),
 | |
|         ),
 | |
|     ]
 |