|
|
@@ -10,6 +10,7 @@ import javax.validation.constraints.NotNull; |
|
|
|
import javax.validation.constraints.Size; |
|
|
|
|
|
|
|
import cn.com.taiji.common.entity.StringPropertyUUIDEntity; |
|
|
|
import cn.com.taiji.core.entity.dict.ass.AssOrderType; |
|
|
|
import cn.com.taiji.core.entity.dict.msgw.MessageJPushType; |
|
|
|
import cn.com.taiji.core.entity.dict.msgw.MessageResult; |
|
|
|
import cn.com.taiji.core.entity.dict.msgw.MessageType; |
|
|
@@ -69,5 +70,8 @@ public class MsgwSendDetails extends StringPropertyUUIDEntity { |
|
|
|
@Column(name = "JPUSH_TYPE") |
|
|
|
@Enumerated(EnumType.STRING) |
|
|
|
private MessageJPushType jPushType;//app发送类型 |
|
|
|
@Column(name = "SEND_ORDER_TYPE") |
|
|
|
@Enumerated(EnumType.STRING) |
|
|
|
private AssOrderType sendOrderType;//发送业务类型 |
|
|
|
|
|
|
|
} |