mirror of https://gitee.com/stylefeng/roses
【7.3.4】【file】更新业务的编码
parent
e2b582bbc8
commit
e1bbf89f89
|
@ -27,6 +27,13 @@ public class SysFileBusiness extends BaseEntity {
|
|||
@ChineseDescription("主键id")
|
||||
private Long fileBusinessId;
|
||||
|
||||
/**
|
||||
* 业务的编码,业务自定义
|
||||
*/
|
||||
@TableField("business_code")
|
||||
@ChineseDescription("业务的编码,业务自定义")
|
||||
private String businessCode;
|
||||
|
||||
/**
|
||||
* 业务主键id
|
||||
*/
|
||||
|
|
|
@ -24,6 +24,12 @@ public class SysFileBusinessRequest extends BaseRequest {
|
|||
@ChineseDescription("主键id")
|
||||
private Long fileBusinessId;
|
||||
|
||||
/**
|
||||
* 业务的编码,业务自定义
|
||||
*/
|
||||
@ChineseDescription("业务的编码,业务自定义")
|
||||
private String businessCode;
|
||||
|
||||
/**
|
||||
* 业务主键id
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue