日计划管理-客户需求
This commit is contained in:
@ -74,5 +74,11 @@ public class LngScorePageVo {
|
||||
*/
|
||||
@ApiModelProperty("备注")
|
||||
private String note;
|
||||
|
||||
/**
|
||||
* 创建人id
|
||||
*/
|
||||
@ApiModelProperty("创建人id")
|
||||
private Long createUserId;
|
||||
|
||||
}
|
||||
|
||||
@ -75,5 +75,11 @@ public class LngSupplierPageVo {
|
||||
|
||||
@ApiModelProperty("状态(未提交/审批中/已审批/已驳回)")
|
||||
private String approName;
|
||||
|
||||
/**
|
||||
* 创建人id
|
||||
*/
|
||||
@ApiModelProperty("创建人id")
|
||||
private Long createUserId;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user