forked from erp-dev/erp
feat: agent api complete
This commit is contained in:
@@ -197,7 +197,14 @@ class Shipment(ModelBase):
|
||||
related_name='created_shipments',
|
||||
verbose_name='创建人'
|
||||
)
|
||||
|
||||
|
||||
geo_coordinates = models.JSONField(
|
||||
null=True,
|
||||
blank=True,
|
||||
verbose_name='地理坐标',
|
||||
help_text='由 Geo 系统返回的坐标信息,结构由调用方决定,后端不作校验',
|
||||
)
|
||||
|
||||
class Meta:
|
||||
db_table = 'shipment'
|
||||
verbose_name = '出货单'
|
||||
|
||||
Reference in New Issue
Block a user