去除@JsonIgnore注解,会导致get方法取不到值
This commit is contained in:
parent
4eea399904
commit
47d94b75ae
@ -26,10 +26,10 @@ public class SysOrderPause {
|
|||||||
/**
|
/**
|
||||||
* 订单id
|
* 订单id
|
||||||
*/
|
*/
|
||||||
@JsonIgnore
|
//@JsonIgnore
|
||||||
private Long orderId;
|
private Long orderId;
|
||||||
|
|
||||||
@JsonIgnore
|
//@JsonIgnore
|
||||||
private Long cusId;
|
private Long cusId;
|
||||||
|
|
||||||
private String outId;
|
private String outId;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user