mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-23 23:45:08 +08:00
bpm:增加 OA 请假的创建
This commit is contained in:
@ -27,7 +27,7 @@ public class BpmOALeaveBaseVO {
|
||||
@ApiModelProperty(value = "请假类型", required = true, example = "1", notes = "参见 bpm_oa_type 枚举")
|
||||
private Integer type;
|
||||
|
||||
@ApiModelProperty(value = "原因", required = true, example = "阅读芋道源码")
|
||||
@ApiModelProperty(value = "原因", example = "阅读芋道源码")
|
||||
private String reason;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user