|
|
|
@ -36,25 +36,36 @@ public class OrderGoodsDetail implements Serializable { |
|
|
|
private String goodsName;//商品名称
|
|
|
|
@JSONField(name = "goods_image") |
|
|
|
private String goodsImage;//商品图片
|
|
|
|
@JSONField(name = "contract_code") |
|
|
|
private String contractCode;//合约关联编码(订单交易isli标识码)
|
|
|
|
@JSONField(name = "order_islicode") |
|
|
|
private String orderIslicode; |
|
|
|
@JSONField(name = "history_entrust_name") |
|
|
|
private String historyEntrustName;//历史委托方名称
|
|
|
|
@JSONField(name = "history_entrust_code") |
|
|
|
private String historyEntrustCode;//历史委托方组织机构代码
|
|
|
|
private String identifier;//资源isli
|
|
|
|
private String identifiers;//合约ISLI标志码/商品ISLI编码
|
|
|
|
@JSONField(name = "sourcedata_islicode") |
|
|
|
private String sourcedataIslicode;//sourceData里的islicode
|
|
|
|
@JSONField(name = "close_serial_number") |
|
|
|
private String closeSerialNumber;//结算流水号
|
|
|
|
private BigDecimal price;//单价
|
|
|
|
@JSONField(name = "goods_price") |
|
|
|
private BigDecimal goodsPrice;//标的金额(不算服务费)
|
|
|
|
@JSONField(name = "service_charge") |
|
|
|
private BigDecimal serviceCharge;//服务费金额
|
|
|
|
@JSONField(name = "earnest_money") |
|
|
|
private BigDecimal earnestMoney;//商品保证金
|
|
|
|
@JSONField(name = "transaction_count") |
|
|
|
private Integer transactionCount;//交易数量
|
|
|
|
private BigDecimal money;//商品总金额
|
|
|
|
@JSONField(name = "entrust_service_charge") |
|
|
|
private BigDecimal entrustServiceCharge;//委托方服务费
|
|
|
|
private BigDecimal entrustMoney;//委托方金额
|
|
|
|
@JSONField(name = "goods_ownership") |
|
|
|
private Integer goodsOwnership;//商品类型;1:所有权;2:使用权
|
|
|
|
@JSONField(name = "goods_ownership_str") |
|
|
|
private String goodsOwnershipStr;//商品权属
|
|
|
|
private Integer goodsType;//商品类型;1:文化资源数据;2:文化数字内容
|
|
|
|
@JSONField(name = "charges_type") |
|
|
|
@ -62,19 +73,27 @@ public class OrderGoodsDetail implements Serializable { |
|
|
|
private String goodsIslicode;//商品isli标识码
|
|
|
|
@JSONField(name = "goods_entrust") |
|
|
|
private Integer goodsEntrust;//商品委托类型;1:转让;2:许可
|
|
|
|
@JSONField(name = "contractual_period") |
|
|
|
private Integer contractualPeriod;//委托周期;1:永久,2:单次,3:周期
|
|
|
|
@JSONField(name = "transaction_class") |
|
|
|
private Integer transactionClass;//交易种类;1:权属;2:商品
|
|
|
|
private String contract;//描述
|
|
|
|
private String otherIdentifiers;//权属自有标识符(商品自有标识符)
|
|
|
|
private String classification;//标的商品的分类(交易种类为商品时候用的)
|
|
|
|
private String sourceIslicode;//资源isli标识码
|
|
|
|
@JSONField(name = "source_islicode_name") |
|
|
|
private String sourceIslicodeName;//资源名称
|
|
|
|
private String dataJson;//数据;json格式
|
|
|
|
private String sourceJson; |
|
|
|
@JSONField(name = "source_download") |
|
|
|
private String sourceDownload;//资源下载数据
|
|
|
|
@JSONField(name = "close_id") |
|
|
|
private String closeId;//该次结算批次号
|
|
|
|
@JSONField(name = "close_status") |
|
|
|
private Integer closeStatus;//1:无结算信息;2:结算中;3:用户名和收款人不一致;4:收款信息错误;5:结算成功
|
|
|
|
@JSONField(name = "is_close") |
|
|
|
private Integer isClose; |
|
|
|
@JSONField(name = "callback_msg") |
|
|
|
private String callbackMsg; |
|
|
|
private Date createtime;//创建时间
|
|
|
|
private Date updatetime;//修改时间
|
|
|
|
|