|
|
|
@ -12,6 +12,7 @@ import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
|
import javax.persistence.Column;
|
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
|
import javax.persistence.Table;
|
|
|
|
|
import javax.persistence.Transient;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @Description :
|
|
|
|
@ -53,4 +54,8 @@ public class SwebProcurementPlanOrderDetails extends BaseBean {
|
|
|
|
|
@ApiParam(value = "行项目状态", example = "1")
|
|
|
|
|
@Column(name = "ITEM_STATUS")
|
|
|
|
|
private Integer itemStatus;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam(value ="采购单位")
|
|
|
|
|
private String buyUnit;
|
|
|
|
|
}
|
|
|
|
|