feat(erp/shipment): 添加归档数据字段支持
- 在 ReplyShipmentInfo 结构体中新增 ArchiveData 字段 - 在 shipment 结构体中新增 ArchiveData 字段 - 调整 import 包引入顺序以符合代码规范
This commit is contained in:
@@ -55,6 +55,7 @@ type ShipmentItem struct {
|
||||
CreatedStaffId int64 `json:"createdStaffId"`
|
||||
CreatedAt *time.Time `json:"createdAt"`
|
||||
UpdatedAt *time.Time `json:"updatedAt"`
|
||||
ArchiveData int64 `json:"archiveData"`
|
||||
}
|
||||
|
||||
// List @TITLE 列表
|
||||
|
||||
Reference in New Issue
Block a user