|
|
@ -38,6 +38,12 @@ public class ExportProject extends BaseAPS {
|
|
|
|
@FieldAnnotation(relation = "Link", notEmpty = true)
|
|
|
|
@FieldAnnotation(relation = "Link", notEmpty = true)
|
|
|
|
private Long linkId;
|
|
|
|
private Long linkId;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam(value ="当前执行的明细序号")
|
|
|
|
|
|
|
|
private transient Integer curDetailNumber;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam(value ="当前执行的明细名称")
|
|
|
|
|
|
|
|
private transient String curDetailName;
|
|
|
|
|
|
|
|
|
|
|
|
public DataLink getLink() {
|
|
|
|
public DataLink getLink() {
|
|
|
|
return BeanRelation.get(this, EExportProject.Link);
|
|
|
|
return BeanRelation.get(this, EExportProject.Link);
|
|
|
|
}
|
|
|
|
}
|
|
|
|