package com.landy.gum.caigou.update;
|
|
import com.landy.framework.core.update.BaseUpdateCondition;
|
|
public class DeletepProcureByCgpdIdUpdateCondition extends BaseUpdateCondition {
|
|
private Integer[] cgpdCgprId;
|
|
public Integer[] getCgpdCgprId() {
|
return cgpdCgprId;
|
}
|
|
public void setCgpdCgprId(Integer[] cgpdCgprId) {
|
this.cgpdCgprId = cgpdCgprId;
|
}
|
|
}
|