|
|
@@ -66,6 +66,14 @@ public class CoreIntroduceLetterApprovedPersonVo {
|
|
|
private String letterFileStr;
|
|
|
|
|
|
/**
|
|
|
+ * 有效开始时间
|
|
|
+ */
|
|
|
+ @ApiModelProperty(value = "有效开始时间")
|
|
|
+ private Date startTime;
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "有效天数")
|
|
|
+ private Integer effectiveDays;
|
|
|
+ /**
|
|
|
* 创建机构
|
|
|
*/
|
|
|
private Long orgId;
|