Finish Task #4531 Cost:4h 修复复制合同开票单位错误
This commit is contained in:
parent
ff6624158b
commit
5831bace54
@ -45,14 +45,12 @@ public class BaseEntity {
|
|||||||
@Column(ignore = true)
|
@Column(ignore = true)
|
||||||
@JSONField(serialize = false)
|
@JSONField(serialize = false)
|
||||||
@ApiModelProperty(value = "分页大小")
|
@ApiModelProperty(value = "分页大小")
|
||||||
@JsonIgnore
|
protected int pageSize;
|
||||||
private int pageSize;
|
|
||||||
|
|
||||||
@Column(ignore = true)
|
@Column(ignore = true)
|
||||||
@JSONField(serialize = false)
|
@JSONField(serialize = false)
|
||||||
@ApiModelProperty(value = "分页页码")
|
@ApiModelProperty(value = "分页页码")
|
||||||
@JsonIgnore
|
protected int pageNum;
|
||||||
private int pageNum;
|
|
||||||
|
|
||||||
@JsonIgnore
|
@JsonIgnore
|
||||||
public Page getPage() {
|
public Page getPage() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user