update - 根据需求调整产品相关接口定义
This commit is contained in:
parent
7b712f599f
commit
f96e44493b
@ -34,10 +34,10 @@ public class ProductAddReq {
|
||||
private String icon;
|
||||
|
||||
/**
|
||||
* 产品所属系统域 Code
|
||||
* 产品所属工作台类型
|
||||
*/
|
||||
@NotBlank(message = "系统不能为空")
|
||||
private String dictSysCode;
|
||||
@NotBlank(message = "工作台类型不能为空")
|
||||
private String workspaceType;
|
||||
|
||||
/**
|
||||
* 上下架状态 1:上架, 0:下架
|
||||
|
||||
@ -23,7 +23,12 @@ public class ProductFeatureRelationSearchReq {
|
||||
private Long productModuleId;
|
||||
|
||||
/**
|
||||
* 企业字典 Code
|
||||
* 工作台类型
|
||||
*/
|
||||
private String dictSysCode;
|
||||
private String workspaceType;
|
||||
|
||||
/**
|
||||
* 单位类型
|
||||
*/
|
||||
private String ouType;
|
||||
}
|
||||
|
||||
@ -28,9 +28,14 @@ public class ProductFeatureRelationVO {
|
||||
private Long productModuleId;
|
||||
|
||||
/**
|
||||
* 所属企业字典 Code
|
||||
* 工作台类型
|
||||
*/
|
||||
private String dictSysCode;
|
||||
private String workspaceType;
|
||||
|
||||
/**
|
||||
* 单位类型
|
||||
*/
|
||||
private String ouType;
|
||||
|
||||
/**
|
||||
* 权限点 ID
|
||||
|
||||
@ -24,9 +24,9 @@ public class ProductSearchListReq{
|
||||
private String name;
|
||||
|
||||
/**
|
||||
* 企业字典系统域 Code
|
||||
* 工作台类型
|
||||
*/
|
||||
private String dictSysCode;
|
||||
private String workspaceType;
|
||||
|
||||
/**
|
||||
* 状态
|
||||
|
||||
@ -27,9 +27,9 @@ public class ProductSearchPageReq extends PageRequest {
|
||||
private String name;
|
||||
|
||||
/**
|
||||
* 企业字典系统域 Code
|
||||
* 工作台类型
|
||||
*/
|
||||
private String dictSysCode;
|
||||
private String workspaceType;
|
||||
|
||||
/**
|
||||
* 状态
|
||||
|
||||
@ -35,9 +35,9 @@ public class ProductUpdateReq {
|
||||
private String icon;
|
||||
|
||||
/**
|
||||
* 产品所属系统域 Code
|
||||
* 产品所属工作台类型
|
||||
*/
|
||||
private String dictSysCode;
|
||||
private String workspaceType;
|
||||
|
||||
/**
|
||||
* 上下架状态 1:上架, 0:下架
|
||||
|
||||
@ -35,15 +35,10 @@ public class ProductVO {
|
||||
private String icon;
|
||||
|
||||
/**
|
||||
* 产品所属系统域 Code
|
||||
* 产品所属工作台类型
|
||||
*/
|
||||
private String dictSysCode;
|
||||
|
||||
/**
|
||||
* 产品所属系统域 Desc
|
||||
*/
|
||||
private String dictSysCodeDesc;
|
||||
|
||||
/**
|
||||
* 上下架状态 1:上架, 0:下架
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user