parent
dc73bbd331
commit
b330ad412a
2 changed files with 23 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||||||
|
package com.ynxbd.common; |
||||||
|
|
||||||
|
public class TestA { |
||||||
|
|
||||||
|
} |
@ -0,0 +1,18 @@ |
|||||||
|
package com.ynxbd.wx.wxfactory.bean; |
||||||
|
|
||||||
|
import lombok.Getter; |
||||||
|
import lombok.NoArgsConstructor; |
||||||
|
import lombok.Setter; |
||||||
|
import lombok.ToString; |
||||||
|
|
||||||
|
@Getter |
||||||
|
@Setter |
||||||
|
@ToString |
||||||
|
@NoArgsConstructor |
||||||
|
public class WxNativePayResult { |
||||||
|
private String codeUrl; |
||||||
|
|
||||||
|
private String prepayId; |
||||||
|
|
||||||
|
|
||||||
|
} |
Loading…
Reference in new issue