Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-csf
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xingmin
yd-csf
Commits
0b8db80c
Commit
0b8db80c
authored
Oct 20, 2025
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push
parent
6f14c1eb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
57 additions
and
0 deletions
+57
-0
yd-csf-feign/src/main/java/com/yd/csf/feign/response/conditiontype/ApiConditionTypeDetailResponse.java
+57
-0
No files found.
yd-csf-feign/src/main/java/com/yd/csf/feign/response/conditiontype/ApiConditionTypeDetailResponse.java
View file @
0b8db80c
...
...
@@ -2,6 +2,63 @@ package com.yd.csf.feign.response.conditiontype;
import
lombok.Data
;
import
java.time.LocalDateTime
;
@Data
public
class
ApiConditionTypeDetailResponse
{
/**
* 主键ID
*/
private
Long
id
;
/**
* 条件类型表唯一业务ID
*/
private
String
conditionTypeBizId
;
/**
* 条件类型编码(一个条件类型编码可能包含多个条件)
*/
private
String
code
;
/**
* 条件类型名称
*/
private
String
name
;
/**
* 状态(0:停用 1:启用)
*/
private
Integer
status
;
/**
* 通用备注
*/
private
String
remark
;
/**
* 删除标识: 0-正常, 1-删除
*/
private
Integer
isDeleted
;
/**
* 创建人ID
*/
private
String
creatorId
;
/**
* 更新人ID
*/
private
String
updaterId
;
/**
* 创建时间
*/
private
LocalDateTime
createTime
;
/**
* 更新时间
*/
private
LocalDateTime
updateTime
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment