mirror of
https://github.com/himool/HimoolERP.git
synced 2026-01-10 19:34:07 +08:00
feat: 调整
This commit is contained in:
parent
36221d7c6f
commit
c6b73105ce
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ class BatchOptionSerializer(ModelSerializer):
|
|||
|
||||
class Meta:
|
||||
model = Batch
|
||||
fields = ['id', 'number', 'remain_quantity', 'unit_name', 'production_date', 'expiration_date']
|
||||
fields = ['id', 'number', 'goods', 'remain_quantity', 'unit_name', 'production_date', 'expiration_date']
|
||||
|
||||
|
||||
class InventoryOptionSerializer(ModelSerializer):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue