19 lines
		
	
	
		
			416 B
		
	
	
	
		
			Python
		
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			416 B
		
	
	
	
		
			Python
		
	
	
	
| # Generated by Django 3.2.12 on 2024-04-26 02:02
 | |
| 
 | |
| from django.db import migrations, models
 | |
| 
 | |
| 
 | |
| class Migration(migrations.Migration):
 | |
| 
 | |
|     dependencies = [
 | |
|         ('information', '0035_auto_20240426_0920'),
 | |
|     ]
 | |
| 
 | |
|     operations = [
 | |
|         migrations.AddField(
 | |
|             model_name='parsepdf',
 | |
|             name='annual',
 | |
|             field=models.IntegerField(default=2024, verbose_name='年份'),
 | |
|         ),
 | |
|     ]
 |