19 lines
		
	
	
		
			436 B
		
	
	
	
		
			Python
		
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			436 B
		
	
	
	
		
			Python
		
	
	
	
| # Generated by Django 3.2.12 on 2023-05-29 01:39
 | |
| 
 | |
| from django.db import migrations, models
 | |
| 
 | |
| 
 | |
| class Migration(migrations.Migration):
 | |
| 
 | |
|     dependencies = [
 | |
|         ('supervision', '0044_rename_num_ocheck_task2do_num_oinspect'),
 | |
|     ]
 | |
| 
 | |
|     operations = [
 | |
|         migrations.AddField(
 | |
|             model_name='rc',
 | |
|             name='remark',
 | |
|             field=models.TextField(blank=True, null=True, verbose_name='备注'),
 | |
|         ),
 | |
|     ]
 |