微信操作员模型
2016-04-05 16:21:33 0 举报
微信支付主要实体
作者其他创作
大纲/内容
1
n
设备与微信操作员多对多关系
商户与微信操作员一对多关系
NotifierEntity(微信操作员)
-notifierNo:String(操作员编号)-ppMerchantNo:String(商户编号)-name:String(姓名)-phone:String(手机号)-openID:String-needNotify:SmallInit(是否需要通知)-canRefund:SmallInt(是否可以退款)-status:String(状态)
MerchantEntity(商户)
-ppMerchantNo:String(商户编号)-merchantName:String(商户名称)
MerchantDeviceEntity(商户设备)
-ppMerchantNo:String(商户编号)-deviceCode:String(设备编号)-status:String(设备状态)
DeviceNotifierRefEntity(设备操作员关系表)
-notifierNo:String(操作员编号)-deviceCode:String(设备编号)
0 条评论
下一页