create table PaidMoney( id int no 4 10 0 no (n/a) (n/a) NULL PaidMoneyClass comment "默认FI", ServiceOrdIDDt bigint comment "ServiceOrderID", DispatchOrdIDDt bigint comment "DispatchOrderID", PaidMoney money comment "金额", PaidMoneyType int comment "支付类型", PaidMoneyMono nvarchar comment "用来存放支付单号,格式:交易流水[支付专用]", PaidMoneyTime datetime comment "支付时间", PaidMoneyOaID int comment "支付人OAID", PaidMoneyUnitID int comment "默认为0" PaidMoney_AP_ID int comment "确认ID", PaidMoney_AP_Time datetime comment "确认时间" PaidMoney_AP_Check int comment "确认状态 1表示已确认,0表示未确认", PaidMoneyTimestamp nvarchar comment "确认时间戳", )