19 lines
434 B
Python
19 lines
434 B
Python
# Generated by Django 3.2.12 on 2026-05-13 03:08
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('hrm', '0036_empcontract_batch'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='empcontract',
|
|
name='counts',
|
|
field=models.PositiveSmallIntegerField(default=0, verbose_name='合同变更次数'),
|
|
),
|
|
]
|