仪表盘
版本库
文件存储
活动
搜索
登录
main
/
smart_message
智能信息管家后台
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
Merge branch 'master' of http://47.96.225.205:8888/r/smart_message
zhujie
2025-04-18
19428a49b4c07b14097615d48a7a72dbf941c4e7
[smart_message.git]
/
src
/
main
/
java
/
com
/
mzl
/
flower
/
dto
/
request
/
system
/
UpdateCodeValueDTO.java
1
2
3
4
5
6
7
8
9
10
11
package com.mzl.flower.dto.request.system;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@Data
public class UpdateCodeValueDTO extends CreateCodeValueDTO{
@ApiModelProperty(value = "id")
private String id;
}