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