mirror of
https://gitee.com/mmsAdmin/mms
synced 2025-12-06 17:08:54 +08:00
优化doc
This commit is contained in:
parent
e2cd5a05ce
commit
a30152797e
@ -3,7 +3,7 @@ package com.sxpcwlkj.system.controller;
|
|||||||
import cn.dev33.satoken.annotation.SaIgnore;
|
import cn.dev33.satoken.annotation.SaIgnore;
|
||||||
import com.sxpcwlkj.common.code.controller.BaseController;
|
import com.sxpcwlkj.common.code.controller.BaseController;
|
||||||
import com.sxpcwlkj.common.code.entity.CaptchaEntity;
|
import com.sxpcwlkj.common.code.entity.CaptchaEntity;
|
||||||
import com.sxpcwlkj.common.properties.MsProperties;
|
import com.sxpcwlkj.common.properties.MssAdminProperties;
|
||||||
import com.sxpcwlkj.common.utils.DataUtil;
|
import com.sxpcwlkj.common.utils.DataUtil;
|
||||||
import com.sxpcwlkj.common.utils.R;
|
import com.sxpcwlkj.common.utils.R;
|
||||||
import com.sxpcwlkj.system.service.CaptchaService;
|
import com.sxpcwlkj.system.service.CaptchaService;
|
||||||
@ -35,7 +35,7 @@ import java.util.Map;
|
|||||||
public class CaptchaController extends BaseController {
|
public class CaptchaController extends BaseController {
|
||||||
private final SysTenantService sysTenantService;
|
private final SysTenantService sysTenantService;
|
||||||
private final CaptchaService captchaService;
|
private final CaptchaService captchaService;
|
||||||
private final MsProperties msProperties;
|
private final MssAdminProperties msProperties;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 系统配置
|
* 系统配置
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package com.sxpcwlkj.system.entity.vo;
|
package com.sxpcwlkj.system.entity.vo;
|
||||||
|
|
||||||
|
|
||||||
import com.sxpcwlkj.common.properties.MsProperties;
|
import com.sxpcwlkj.common.properties.MssAdminProperties;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
|
|
||||||
|
|
||||||
@ -23,7 +23,7 @@ public class SysTenantVo {
|
|||||||
*/
|
*/
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
private MsProperties properties;
|
private MssAdminProperties properties;
|
||||||
|
|
||||||
private String revision;
|
private String revision;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -13,7 +13,7 @@ import org.springframework.stereotype.Component;
|
|||||||
@Data
|
@Data
|
||||||
@Component
|
@Component
|
||||||
@ConfigurationProperties(prefix = "sxpcwlkj")
|
@ConfigurationProperties(prefix = "sxpcwlkj")
|
||||||
public class MsProperties {
|
public class MssAdminProperties {
|
||||||
/**
|
/**
|
||||||
* 名称
|
* 名称
|
||||||
*/
|
*/
|
||||||
@ -33,5 +33,12 @@ public class MsProperties {
|
|||||||
* 机构组织
|
* 机构组织
|
||||||
*/
|
*/
|
||||||
private String organization;
|
private String organization;
|
||||||
|
/**
|
||||||
|
* 版本
|
||||||
|
*/
|
||||||
|
private String version;
|
||||||
|
/**
|
||||||
|
* 描述
|
||||||
|
*/
|
||||||
|
private String describe;
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user