1
0
forked from erp-dev/erp

feat: mission replied calling task

This commit is contained in:
2026-04-17 23:26:33 +08:00
parent e109c00837
commit 8b1afc64c5
22 changed files with 1056 additions and 95 deletions

View File

@@ -205,6 +205,13 @@ class Shipment(ModelBase):
help_text='由 Geo 系统返回的坐标信息,结构由调用方决定,后端不作校验',
)
rejected_sales_item_ids = models.JSONField(
default=list,
blank=True,
verbose_name='驳回前销售品ID快照',
help_text='仅用于审计记录出货单驳回前所绑定的销售品ID列表',
)
class Meta:
db_table = 'shipment'
verbose_name = '出货单'