【7.2.5】【res】更新资源的业务类型

pull/37/head
fengshuonan 2022-09-28 11:44:30 +08:00
parent 8e49229ae6
commit 4a44be413b
2 changed files with 13 additions and 0 deletions

View File

@ -125,6 +125,12 @@ public class ResourceRequest extends BaseRequest {
@ChineseDescription("http请求方法")
private String httpMethod;
/**
* 1-2-
*/
@ChineseDescription("资源的业务类型1-系统类型2-业务类型")
private Integer resourceBizType;
/**
* Y-N-
*/

View File

@ -137,6 +137,13 @@ public class SysResource extends BaseEntity {
@ChineseDescription("http请求方法")
private String httpMethod;
/**
* 1-2-
*/
@TableField("resource_biz_type")
@ChineseDescription("资源的业务类型1-系统类型2-业务类型")
private Integer resourceBizType;
/**
* Y-N-
*/