forked from erp-dev/erp
init
This commit is contained in:
18
basic_info/migrations/0005_alter_customer_mobile.py
Normal file
18
basic_info/migrations/0005_alter_customer_mobile.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.2.7 on 2025-11-03 06:16
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('basic_info', '0004_alter_customer_contact'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='customer',
|
||||
name='mobile',
|
||||
field=models.CharField(max_length=20, verbose_name='手机'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user