新增满意度表后端

This commit is contained in:
sangchengzhi
2026-01-15 09:36:39 +08:00
parent e4826053ba
commit 2979c87272
162 changed files with 984 additions and 94 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.jojubanking.boot.module.system.dal.mysql.myd.mydMapper">
<!--
一般情况下,尽可能使用 Mapper 进行 CRUD 增删改查即可。
无法满足的场景,例如说多表关联查询,才使用 XML 编写 SQL。
代码生成器暂时只生成 Mapper XML 文件本身,更多推荐 MybatisX 快速开发插件来生成查询。
文档可见https://www.iocoder.cn/MyBatis/x-plugins/
-->
</mapper>

View File

@@ -14,7 +14,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:46+0800",
date = "2026-01-15T09:19:02+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class AuthConvertImpl implements AuthConvert {

View File

@@ -7,7 +7,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:45+0800",
date = "2026-01-15T09:19:03+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class AuthGzConvertImpl implements AuthGzConvert {

View File

@@ -11,7 +11,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:46+0800",
date = "2026-01-15T09:19:03+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class OAuth2ClientConvertImpl implements OAuth2ClientConvert {

View File

@@ -11,7 +11,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:45+0800",
date = "2026-01-15T09:19:03+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class OAuth2TokenConvertImpl implements OAuth2TokenConvert {

View File

@@ -12,7 +12,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:46+0800",
date = "2026-01-15T09:19:03+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class BlacklistConvertImpl implements BlacklistConvert {

View File

@@ -13,7 +13,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:46+0800",
date = "2026-01-15T09:19:02+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class BuildingConvertImpl implements BuildingConvert {

View File

@@ -12,7 +12,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:45+0800",
date = "2026-01-15T09:19:02+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class CardConvertImpl implements CardConvert {

View File

@@ -12,7 +12,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:45+0800",
date = "2026-01-15T09:19:02+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class CarouselConvertImpl implements CarouselConvert {

View File

@@ -4,7 +4,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:46+0800",
date = "2026-01-15T09:19:03+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class CaptchaConvertImpl implements CaptchaConvert {

View File

@@ -12,7 +12,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:46+0800",
date = "2026-01-15T09:19:03+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class DeptConvertImpl implements DeptConvert {

View File

@@ -13,7 +13,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:46+0800",
date = "2026-01-15T09:19:03+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class PostConvertImpl implements PostConvert {

View File

@@ -14,7 +14,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:46+0800",
date = "2026-01-15T09:19:03+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class DictDataConvertImpl implements DictDataConvert {

View File

@@ -13,7 +13,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:46+0800",
date = "2026-01-15T09:19:02+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class DictTypeConvertImpl implements DictTypeConvert {

View File

@@ -12,7 +12,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:46+0800",
date = "2026-01-15T09:19:03+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class DoctorConvertImpl implements DoctorConvert {

View File

@@ -12,7 +12,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:45+0800",
date = "2026-01-15T09:19:02+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class DzQuestionConvertImpl implements DzQuestionConvert {

View File

@@ -12,7 +12,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:45+0800",
date = "2026-01-15T09:19:03+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class DzTypeConvertImpl implements DzTypeConvert {

View File

@@ -14,7 +14,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:46+0800",
date = "2026-01-15T09:19:03+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class ErrorCodeConvertImpl implements ErrorCodeConvert {

View File

@@ -12,7 +12,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:46+0800",
date = "2026-01-15T09:19:02+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class HospitalConvertImpl implements HospitalConvert {

View File

@@ -12,7 +12,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:46+0800",
date = "2026-01-15T09:19:03+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class InfoConvertImpl implements InfoConvert {

View File

@@ -12,7 +12,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:45+0800",
date = "2026-01-15T09:19:02+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class InformationConvertImpl implements InformationConvert {

View File

@@ -12,7 +12,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:46+0800",
date = "2026-01-15T09:19:03+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class KsInfoConvertImpl implements KsInfoConvert {

View File

@@ -12,7 +12,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:46+0800",
date = "2026-01-15T09:19:02+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class KsTypeConvertImpl implements KsTypeConvert {

View File

@@ -12,7 +12,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:45+0800",
date = "2026-01-15T09:19:03+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class LabelConvertImpl implements LabelConvert {

View File

@@ -11,7 +11,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:46+0800",
date = "2026-01-15T09:19:03+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class LoginLogConvertImpl implements LoginLogConvert {

View File

@@ -13,7 +13,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:46+0800",
date = "2026-01-15T09:19:03+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class OperateLogConvertImpl implements OperateLogConvert {

View File

@@ -0,0 +1,125 @@
package com.jojubanking.boot.module.system.convert.myd;
import com.jojubanking.boot.framework.common.pojo.PageResult;
import com.jojubanking.boot.module.system.controller.admin.myd.vo.mydCreateReqVO;
import com.jojubanking.boot.module.system.controller.admin.myd.vo.mydExcelVO;
import com.jojubanking.boot.module.system.controller.admin.myd.vo.mydRespVO;
import com.jojubanking.boot.module.system.controller.admin.myd.vo.mydUpdateReqVO;
import com.jojubanking.boot.module.system.dal.dataobject.myd.mydDO;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-15T09:19:03+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class mydConvertImpl implements mydConvert {
@Override
public mydDO convert(mydCreateReqVO bean) {
if ( bean == null ) {
return null;
}
mydDO mydDO = new mydDO();
mydDO.setDeleted( bean.getDeleted() );
mydDO.setName( bean.getName() );
mydDO.setAddress( bean.getAddress() );
return mydDO;
}
@Override
public mydDO convert(mydUpdateReqVO bean) {
if ( bean == null ) {
return null;
}
mydDO mydDO = new mydDO();
mydDO.setDeleted( bean.getDeleted() );
mydDO.setId( bean.getId() );
mydDO.setName( bean.getName() );
mydDO.setAddress( bean.getAddress() );
return mydDO;
}
@Override
public mydRespVO convert(mydDO bean) {
if ( bean == null ) {
return null;
}
mydRespVO mydRespVO = new mydRespVO();
mydRespVO.setName( bean.getName() );
mydRespVO.setAddress( bean.getAddress() );
mydRespVO.setDeleted( bean.getDeleted() );
mydRespVO.setId( bean.getId() );
mydRespVO.setCreateTime( bean.getCreateTime() );
return mydRespVO;
}
@Override
public List<mydRespVO> convertList(List<mydDO> list) {
if ( list == null ) {
return null;
}
List<mydRespVO> list1 = new ArrayList<mydRespVO>( list.size() );
for ( mydDO mydDO : list ) {
list1.add( convert( mydDO ) );
}
return list1;
}
@Override
public PageResult<mydRespVO> convertPage(PageResult<mydDO> page) {
if ( page == null ) {
return null;
}
PageResult<mydRespVO> pageResult = new PageResult<mydRespVO>();
pageResult.setList( convertList( page.getList() ) );
pageResult.setTotal( page.getTotal() );
return pageResult;
}
@Override
public List<mydExcelVO> convertList02(List<mydDO> list) {
if ( list == null ) {
return null;
}
List<mydExcelVO> list1 = new ArrayList<mydExcelVO>( list.size() );
for ( mydDO mydDO : list ) {
list1.add( mydDOTomydExcelVO( mydDO ) );
}
return list1;
}
protected mydExcelVO mydDOTomydExcelVO(mydDO mydDO) {
if ( mydDO == null ) {
return null;
}
mydExcelVO mydExcelVO = new mydExcelVO();
mydExcelVO.setId( mydDO.getId() );
mydExcelVO.setName( mydDO.getName() );
mydExcelVO.setAddress( mydDO.getAddress() );
mydExcelVO.setCreateTime( mydDO.getCreateTime() );
mydExcelVO.setDeleted( mydDO.getDeleted() );
return mydExcelVO;
}
}

View File

@@ -12,7 +12,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:46+0800",
date = "2026-01-15T09:19:03+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class MzjfConvertImpl implements MzjfConvert {

View File

@@ -11,7 +11,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:46+0800",
date = "2026-01-15T09:19:03+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class NoticeConvertImpl implements NoticeConvert {

View File

@@ -12,7 +12,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:46+0800",
date = "2026-01-15T09:19:03+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class nxbalcklistConvertImpl implements nxbalcklistConvert {

View File

@@ -12,7 +12,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:46+0800",
date = "2026-01-15T09:19:03+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class nxexpressConvertImpl implements nxexpressConvert {

View File

@@ -9,7 +9,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:45+0800",
date = "2026-01-15T09:19:03+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class OAuth2OpenConvertImpl implements OAuth2OpenConvert {

View File

@@ -14,7 +14,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:46+0800",
date = "2026-01-15T09:19:02+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class OAuth2UserConvertImpl implements OAuth2UserConvert {

View File

@@ -11,7 +11,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:46+0800",
date = "2026-01-15T09:19:03+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class MenuConvertImpl implements MenuConvert {

View File

@@ -15,7 +15,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:45+0800",
date = "2026-01-15T09:19:02+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class RoleConvertImpl implements RoleConvert {

View File

@@ -12,7 +12,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:46+0800",
date = "2026-01-15T09:19:03+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class Reserve8ConvertImpl implements Reserve8Convert {

View File

@@ -12,7 +12,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:45+0800",
date = "2026-01-15T09:19:02+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class SensitiveWordConvertImpl implements SensitiveWordConvert {

View File

@@ -13,7 +13,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:46+0800",
date = "2026-01-15T09:19:02+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class SmsChannelConvertImpl implements SmsChannelConvert {

View File

@@ -12,7 +12,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:45+0800",
date = "2026-01-15T09:19:02+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class SmsLogConvertImpl implements SmsLogConvert {

View File

@@ -12,7 +12,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:46+0800",
date = "2026-01-15T09:19:02+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class SmsTemplateConvertImpl implements SmsTemplateConvert {

View File

@@ -8,7 +8,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:45+0800",
date = "2026-01-15T09:19:03+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class SocialUserConvertImpl implements SocialUserConvert {

View File

@@ -12,7 +12,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:46+0800",
date = "2026-01-15T09:19:03+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class TenantConvertImpl implements TenantConvert {

View File

@@ -14,7 +14,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:46+0800",
date = "2026-01-15T09:19:03+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class TenantPackageConvertImpl implements TenantPackageConvert {

View File

@@ -12,7 +12,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:46+0800",
date = "2026-01-15T09:19:03+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class UseCountConvertImpl implements UseCountConvert {

View File

@@ -27,7 +27,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:46+0800",
date = "2026-01-15T09:19:03+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class UserConvertImpl implements UserConvert {

View File

@@ -12,7 +12,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:46+0800",
date = "2026-01-15T09:19:02+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class UserInfoConvertImpl implements UserInfoConvert {

View File

@@ -12,7 +12,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:45+0800",
date = "2026-01-15T09:19:02+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class WqConvertImpl implements WqConvert {

View File

@@ -12,7 +12,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:45+0800",
date = "2026-01-15T09:19:03+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class WqdaConvertImpl implements WqdaConvert {

View File

@@ -12,7 +12,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:46+0800",
date = "2026-01-15T09:19:02+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class WqdaViewConvertImpl implements WqdaViewConvert {

View File

@@ -12,7 +12,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-14T17:48:46+0800",
date = "2026-01-15T09:19:03+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class WqwtConvertImpl implements WqwtConvert {

View File

@@ -1,5 +1,5 @@
#Generated by Maven
#Wed Jan 14 17:49:04 CST 2026
#Thu Jan 15 09:19:28 CST 2026
version=2.0.0-beta
groupId=com.jojubanking.boot
artifactId=joju-module-system-biz

View File

@@ -8,6 +8,7 @@ com\jojubanking\boot\module\system\controller\admin\building\vo\BuildingUpdateRe
com\jojubanking\boot\module\system\dal\dataobject\doctor\DoctorDO$DoctorDOBuilder.class
com\jojubanking\boot\module\system\controller\admin\wq\vo\WqPageReqVO.class
com\jojubanking\boot\module\system\convert\auth\AuthGzConvertImpl.class
com\jojubanking\boot\module\system\dal\dataobject\myd\mydDO$mydDOBuilder.class
com\jojubanking\boot\module\system\controller\admin\permission\vo\menu\MenuListReqVO.class
com\jojubanking\boot\module\system\service\reserve8\Reserve8ServiceImpl.class
com\jojubanking\boot\module\system\controller\admin\ksinfo\vo\KsInfoExcelVO.class
@@ -81,6 +82,7 @@ com\jojubanking\boot\module\system\mq\consumer\sensitiveword\SensitiveWordRefres
com\jojubanking\boot\module\system\dal\dataobject\kstype\KsTypeDO.class
com\jojubanking\boot\module\system\controller\admin\logger\vo\operatelog\OperateLogExportReqVO.class
com\jojubanking\boot\module\system\controller\admin\sensitiveword\vo\SensitiveWordUpdateReqVO.class
com\jojubanking\boot\module\system\service\myd\mydService.class
com\jojubanking\boot\module\system\controller\admin\carousel\vo\CarouselExcelVO.class
com\jojubanking\boot\module\system\controller\admin\dept\vo\dept\DeptUpdateReqVO.class
com\jojubanking\boot\module\system\convert\dept\DeptConvert.class
@@ -112,6 +114,7 @@ com\jojubanking\boot\module\system\controller\admin\dict\DictTypeController.clas
com\jojubanking\boot\module\system\controller\admin\wqda\vo\WqdaPageReqVO.class
com\jojubanking\boot\module\system\controller\admin\building\vo\BuildingExcelVO.class
com\jojubanking\boot\module\system\controller\admin\sensitiveword\vo\SensitiveWordBaseVO.class
com\jojubanking\boot\module\system\convert\myd\mydConvertImpl.class
com\jojubanking\boot\module\system\dal\dataobject\wqdaview\WqdaViewDO$WqdaViewDOBuilder.class
com\jojubanking\boot\module\system\controller\admin\doctor\vo\DoctorExportReqVO.class
com\jojubanking\boot\module\system\controller\admin\auth\vo\AuthPermissionInfoRespVO.class
@@ -155,6 +158,7 @@ com\jojubanking\boot\module\system\controller\admin\user\vo\user\UserUpdateStatu
com\jojubanking\boot\module\system\convert\wqda\WqdaConvertImpl.class
com\jojubanking\boot\module\system\service\authgz\GzAuthServiceImpl.class
com\jojubanking\boot\module\system\dal\dataobject\nxbalcklist\nxbalcklistDO$nxbalcklistDOBuilder.class
com\jojubanking\boot\module\system\dal\dataobject\myd\mydDO.class
com\jojubanking\boot\module\system\controller\admin\dict\vo\type\DictTypeUpdateReqVO.class
com\jojubanking\boot\module\system\convert\wqdaview\WqdaViewConvertImpl.class
com\jojubanking\boot\module\system\dal\dataobject\tenant\TenantDO.class
@@ -235,6 +239,7 @@ com\jojubanking\boot\module\system\controller\admin\dept\DeptController.class
com\jojubanking\boot\module\system\controller\admin\ksinfo\vo\KsInfoRespVO.class
com\jojubanking\boot\module\system\convert\usecount\UseCountConvert.class
com\jojubanking\boot\module\system\dal\dataobject\blacklist\BlacklistDO.class
com\jojubanking\boot\module\system\convert\myd\mydConvert.class
com\jojubanking\boot\module\system\controller\admin\dzquestion\vo\DzQuestionRespVO.class
com\jojubanking\boot\module\system\dal\mysql\oauth2\OAuth2ApproveMapper.class
com\jojubanking\boot\module\system\service\dzquestion\DzQuestionService.class
@@ -289,6 +294,7 @@ com\jojubanking\boot\module\system\controller\admin\dzquestion\vo\DzQuestionPage
com\jojubanking\boot\module\system\controller\admin\wqdaview\vo\WqdaViewExportReqVO.class
com\jojubanking\boot\module\system\controller\admin\dict\vo\type\DictTypeSimpleRespVO.class
com\jojubanking\boot\module\system\controller\admin\logger\LoginLogController.class
com\jojubanking\boot\module\system\controller\admin\myd\vo\mydUpdateReqVO.class
com\jojubanking\boot\module\system\controller\admin\card\vo\CardRespVO.class
com\jojubanking\boot\module\system\dal\mysql\user\AdminUserMapper.class
com\jojubanking\boot\module\system\controller\admin\permission\vo\role\RolePageReqVO.class
@@ -376,6 +382,7 @@ com\jojubanking\boot\module\system\controller\admin\hospital\vo\HospitalExcelVO.
com\jojubanking\boot\module\system\controller\admin\auth\vo\AuthSmsLoginReqVO$AuthSmsLoginReqVOBuilder.class
com\jojubanking\boot\module\system\controller\admin\dztype\vo\DzTypeBaseVO.class
com\jojubanking\boot\module\system\controller\admin\dict\vo\data\DictDataRespVO.class
com\jojubanking\boot\module\system\controller\admin\myd\vo\mydPageReqVO.class
com\jojubanking\boot\module\system\api\dept\PostApiImpl.class
com\jojubanking\boot\module\system\dal\dataobject\user\AdminUserDO$AdminUserDOBuilder.class
com\jojubanking\boot\module\system\mq\message\dept\DeptRefreshMessage.class
@@ -492,6 +499,7 @@ com\jojubanking\boot\module\system\service\carousel\CarouselServiceImpl.class
com\jojubanking\boot\module\system\dal\dataobject\oauth2\OAuth2ApproveDO.class
com\jojubanking\boot\module\system\controller\admin\dzquestion\vo\DzQuestionUpdateReqVO.class
com\jojubanking\boot\module\system\controller\admin\blacklist\vo\BlacklistRespVO.class
com\jojubanking\boot\module\system\controller\admin\myd\vo\mydExcelVO.class
com\jojubanking\boot\module\system\controller\admin\errorcode\vo\ErrorCodeRespVO.class
com\jojubanking\boot\module\system\controller\app\auth\vo\AppAuthSocialLoginReqVO$AppAuthSocialLoginReqVOBuilder.class
com\jojubanking\boot\module\system\controller\admin\auth\vo\AuthPermissionInfoRespVO$UserVO.class
@@ -507,6 +515,7 @@ com\jojubanking\boot\module\system\api\dept\DeptApiImpl.class
com\jojubanking\boot\module\system\controller\admin\wqdaview\vo\WqdaViewBaseVO.class
com\jojubanking\boot\module\system\dal\dataobject\building\BuildingDO$BuildingDOBuilder.class
com\jojubanking\boot\module\system\service\hospital\HospitalService.class
com\jojubanking\boot\module\system\controller\admin\myd\mydController.class
com\jojubanking\boot\module\system\convert\errorcode\ErrorCodeConvertImpl.class
com\jojubanking\boot\module\system\controller\admin\logger\vo\loginlog\LoginLogExportReqVO.class
com\jojubanking\boot\module\system\framework\captcha\config\CaptchaConfig.class
@@ -539,6 +548,7 @@ com\jojubanking\boot\module\system\service\sms\SmsChannelServiceImpl.class
com\jojubanking\boot\module\system\service\auth\AdminAuthService.class
com\jojubanking\boot\module\system\controller\admin\mzjf\vo\MzjfCreateReqVO.class
com\jojubanking\boot\module\system\controller\admin\hospital\vo\HospitalCreateReqVO.class
com\jojubanking\boot\module\system\controller\admin\myd\vo\mydBaseVO.class
com\jojubanking\boot\module\system\controller\admin\label\LabelController.class
com\jojubanking\boot\module\system\job\GetKsinfoDaily.class
com\jojubanking\boot\module\system\controller\admin\mzjf\vo\MzjfRespVO.class
@@ -555,7 +565,9 @@ com\jojubanking\boot\module\system\controller\admin\tenant\vo\tenant\TenantPageR
com\jojubanking\boot\module\system\controller\admin\sms\vo\template\SmsTemplateRespVO.class
com\jojubanking\boot\module\system\convert\logger\OperateLogConvertImpl.class
com\jojubanking\boot\module\system\controller\admin\oauth2\OAuth2TokenController.class
com\jojubanking\boot\module\system\service\myd\mydServiceImpl.class
com\jojubanking\boot\module\system\controller\admin\logger\vo\loginlog\LoginLogExcelVO.class
com\jojubanking\boot\module\system\dal\mysql\myd\mydMapper.class
com\jojubanking\boot\module\system\dal\mysql\sensitiveword\SensitiveWordMapper.class
com\jojubanking\boot\module\system\controller\admin\permission\vo\role\RoleSimpleRespVO.class
com\jojubanking\boot\module\system\service\usecount\UseCountServiceImpl.class
@@ -583,6 +595,7 @@ com\jojubanking\boot\module\system\controller\admin\user\vo\profile\UserProfileR
com\jojubanking\boot\module\system\controller\admin\user\vo\profile\UserProfileUpdateReqVO.class
com\jojubanking\boot\module\system\dal\dataobject\wqdaview\WqdaViewCustDO.class
com\jojubanking\boot\module\system\service\tenant\TenantService.class
com\jojubanking\boot\module\system\controller\admin\myd\vo\mydCreateReqVO.class
com\jojubanking\boot\module\system\controller\admin\permission\vo\permission\PermissionAssignUserRoleReqVO.class
com\jojubanking\boot\module\system\controller\app\auth\vo\AppAuthLoginRespVO$AppAuthLoginRespVOBuilder.class
com\jojubanking\boot\module\system\convert\sms\SmsTemplateConvertImpl.class
@@ -682,6 +695,7 @@ com\jojubanking\boot\module\system\controller\admin\ksinfo\vo\KsInfoBaseVO.class
com\jojubanking\boot\module\system\controller\admin\sensitiveword\vo\SensitiveWordPageReqVO.class
com\jojubanking\boot\module\system\mq\message\sms\SmsSendMessage.class
com\jojubanking\boot\module\system\controller\admin\oauth2\vo\client\OAuth2ClientPageReqVO.class
com\jojubanking\boot\module\system\controller\admin\myd\vo\mydRespVO.class
com\jojubanking\boot\module\system\dal\dataobject\reserve8\Reserve8DO$Reserve8DOBuilder.class
com\jojubanking\boot\module\system\controller\admin\wqdaview\vo\WqdaViewExcelVO.class
com\jojubanking\boot\module\system\dal\dataobject\usecount\UseCountDO$UseCountDOBuilder.class
@@ -796,6 +810,7 @@ com\jojubanking\boot\module\system\dal\mysql\hospital\HospitalMapper.class
com\jojubanking\boot\module\system\controller\admin\info\vo\InfoExcelVO.class
com\jojubanking\boot\module\system\controller\admin\auth\vo\AuthSmsLoginReqVO.class
com\jojubanking\boot\module\system\service\tenant\TenantPackageServiceImpl.class
com\jojubanking\boot\module\system\controller\admin\myd\vo\mydExportReqVO.class
com\jojubanking\boot\module\system\mq\message\sms\SmsChannelRefreshMessage.class
com\jojubanking\boot\module\system\controller\admin\reserve8\vo\Reserve8PageReqVO.class
com\jojubanking\boot\module\system\controller\admin\wq\vo\WqCreateReqVO.class

View File

@@ -40,6 +40,7 @@ D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-sys
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\app\auth\vo\AppAuthLoginRespVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\app\userinfo\vo\AppUserInfoPageReqVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\dal\mysql\sms\SmsTemplateMapper.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\myd\vo\mydRespVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\oauth2\OAuth2OpenController.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\blacklist\vo\BlacklistUpdateReqVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\convert\auth\AuthConvert.java
@@ -48,6 +49,7 @@ D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-sys
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\service\wqwt\WqwtServiceImpl.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\logger\vo\loginlog\LoginLogExportReqVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\dal\dataobject\oauth2\OAuth2ApproveDO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\myd\vo\mydExcelVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\wqwt\vo\WqwtPageReqVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\service\sms\SmsLogService.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\sms\SmsTemplateController.java
@@ -70,6 +72,7 @@ D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-sys
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\service\user\AdminUserService.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\permission\vo\menu\MenuRespVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\wqda\vo\WqdaBaseVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\service\myd\mydService.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\usecount\vo\UseCountUpdateReqVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\user\vo\user\UserUpdatePasswordReqVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\permission\vo\menu\MenuBaseVO.java
@@ -96,6 +99,7 @@ D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-sys
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\wqda\WqdaController.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\sensitiveword\vo\SensitiveWordExportReqVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\dal\mysql\wqda\WqdaMapper.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\myd\vo\mydBaseVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\ksinfo\vo\KsInfoExportReqVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\label\vo\LabelExcelVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\framework\package-info.java
@@ -326,6 +330,7 @@ D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-sys
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\app\userinfo\AppUserInfoController.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\dal\dataobject\reserve8\Reserve8DO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\service\hospital\HospitalService.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\dal\mysql\myd\mydMapper.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\card\vo\CardPageReqVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\service\doctor\DoctorService.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\wqwt\vo\WqwtBaseVO.java
@@ -402,6 +407,7 @@ D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-sys
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\carousel\vo\CarouselBaseVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\nxbalcklist\vo\nxbalcklistExcelVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\wqwt\vo\WqwtRespVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\service\myd\mydServiceImpl.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\wq\vo\WqExcelVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\service\tenant\TenantPackageService.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\service\wqda\WqdaService.java
@@ -414,6 +420,7 @@ D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-sys
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\mzjf\vo\MzjfPageReqVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\building\vo\BuildingPageReqVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\dict\vo\type\DictTypePageReqVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\dal\dataobject\myd\mydDO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\mq\message\mail\MailSendMessage.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\dzquestion\vo\DzQuestionExcelVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\permission\vo\role\RoleExcelVO.java
@@ -482,6 +489,7 @@ D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-sys
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\service\ksinfo\KsInfoService.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\service\user\AdminUserServiceImpl.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\dict\vo\type\DictTypeExportReqVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\myd\mydController.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\nxexpress\vo\nxexpressCreateReqVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\service\common\CaptchaServiceImpl.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\service\nxbalcklist\nxbalcklistServiceImpl.java
@@ -509,10 +517,12 @@ D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-sys
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\dict\vo\data\DictDataRespVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\auth\vo\AuthLoginReqVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\sensitiveword\vo\SensitiveWordUpdateReqVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\myd\vo\mydCreateReqVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\common\CaptchaController.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\dztype\vo\DzTypeExcelVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\wqdaview\WqdaViewController.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\hospital\HospitalController.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\convert\myd\mydConvert.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\service\logger\LoginLogServiceImpl.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\tenant\vo\packages\TenantPackageSimpleRespVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\sms\vo\template\SmsTemplatePageReqVO.java
@@ -559,10 +569,12 @@ D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-sys
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\blacklist\vo\BlacklistPageReqVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\sensitiveword\vo\SensitiveWordCreateReqVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\dal\dataobject\logger\LoginLogDO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\myd\vo\mydExportReqVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\service\logger\OperateLogServiceImpl.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\service\card\CardService.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\label\LabelController.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\building\BuildingController.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\myd\vo\mydUpdateReqVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\dal\dataobject\sms\SmsCodeDO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\service\building\BuildingService.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\tenant\TenantController.java
@@ -594,6 +606,7 @@ D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-sys
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\dztype\vo\DzTypeRespVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\permission\vo\menu\MenuCreateReqVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\information\vo\InformationPageReqVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\controller\admin\myd\vo\mydPageReqVO.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\dal\mysql\dzquestion\DzQuestionMapper.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\service\permission\PermissionService.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\main\java\com\jojubanking\boot\module\system\service\nxexpress\nxexpressServiceImpl.java

View File

@@ -22,6 +22,7 @@ com\jojubanking\boot\module\system\service\auth\AdminAuthServiceImplTest.class
com\jojubanking\boot\module\system\service\logger\LoginLogServiceImplTest.class
com\jojubanking\boot\module\system\service\oauth2\OAuth2TokenServiceImplTest.class
com\jojubanking\boot\module\system\service\logger\OperateLogServiceImplTest.class
com\jojubanking\boot\module\system\service\myd\mydServiceImplTest.class
com\jojubanking\boot\module\system\service\dict\DictDataServiceTest.class
com\jojubanking\boot\module\system\service\permission\MenuServiceTest.class
com\jojubanking\boot\module\system\service\blacklist\BlacklistServiceImplTest.class

View File

@@ -1,6 +1,7 @@
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\test\java\com\jojubanking\boot\module\system\service\notice\NoticeServiceImplTest.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\test\java\com\jojubanking\boot\module\system\service\permission\MenuServiceTest.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\test\java\com\jojubanking\boot\module\system\service\tenant\TenantPackageServiceImplTest.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\test\java\com\jojubanking\boot\module\system\service\myd\mydServiceImplTest.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\test\java\com\jojubanking\boot\module\system\service\sms\SmsChannelServiceTest.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\test\java\com\jojubanking\boot\module\system\service\oauth2\OAuth2GrantServiceImplTest.java
D:\workspace\nxwj\掌医管理平台\jojuboot\joju-module-system\joju-module-system-biz\src\test\java\com\jojubanking\boot\module\system\service\user\AdminUserServiceImplTest.java