|
|
|
@ -78,4 +78,7 @@ public class PlanAssignSteerModify extends BaseEntity { |
|
|
|
|
|
|
|
|
|
|
|
@Schema(description = "审批状态: 0-草稿, 1-一级审批中, 2-审批通过, 3-审批驳回, 4-二级审批中") |
|
|
|
@Schema(description = "审批状态: 0-草稿, 1-一级审批中, 2-审批通过, 3-审批驳回, 4-二级审批中") |
|
|
|
private Integer approvalStatus = ApprovalStatus.DRAFT; |
|
|
|
private Integer approvalStatus = ApprovalStatus.DRAFT; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Schema(description = "附件") |
|
|
|
|
|
|
|
private String attachment; |
|
|
|
} |
|
|
|
} |