IGetOrderRemarksResult 接口
interface IGetOrderRemarksResult
查询订单备注结果
属性
auths
auths: EOrderFieldDataAuth[];
数据权限集合
类型: EOrderFieldDataAuth[]
content
content: string;
备注内容
createTime
createTime: number;
上传时间
images
images?: IOrderAttachment[];
备注图片
类型: IOrderAttachment[]
orderState
orderState: number;
订单状态
orderStateName
orderStateName: string;
订单状态名称
remarkId
remarkId: string;
备注id
type
type: EOrderRemarkType | null;
订单备注业务类别,null: 节点备注
类型: EOrderRemarkType | null
userAvatar
userAvatar: string;
用户头像
userName
userName: string;
用户名