feat: 增加clock_time
This commit is contained in:
parent
bc8b6d8a7b
commit
f334618701
|
@ -0,0 +1,18 @@
|
|||
# Generated by Django 3.2.12 on 2023-11-17 07:36
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('hrm', '0015_clockrecord_note'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='clockrecord',
|
||||
name='clock_time',
|
||||
field=models.DateTimeField(blank=True, null=True, verbose_name='打卡时间'),
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue