日计划管理-客户需求

This commit is contained in:
2026-01-20 17:53:31 +08:00
parent 2127cd0f47
commit 58df623462
12 changed files with 195 additions and 14 deletions

View File

@ -74,5 +74,11 @@ public class LngScorePageVo {
*/
@ApiModelProperty("备注")
private String note;
/**
* 创建人id
*/
@ApiModelProperty("创建人id")
private Long createUserId;
}

View File

@ -75,5 +75,11 @@ public class LngSupplierPageVo {
@ApiModelProperty("状态(未提交/审批中/已审批/已驳回)")
private String approName;
/**
* 创建人id
*/
@ApiModelProperty("创建人id")
private Long createUserId;
}