master
parent
c3f362d2ce
commit
8fd0072443
|
@ -1,5 +1,6 @@
|
||||||
package com.muyu.common.core.web.domain;
|
package com.muyu.common.core.web.domain;
|
||||||
|
|
||||||
|
import com.baomidou.mybatisplus.annotation.FieldFill;
|
||||||
import com.baomidou.mybatisplus.annotation.TableField;
|
import com.baomidou.mybatisplus.annotation.TableField;
|
||||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||||
|
@ -36,23 +37,27 @@ public class BaseEntity implements Serializable {
|
||||||
/**
|
/**
|
||||||
* 创建者
|
* 创建者
|
||||||
*/
|
*/
|
||||||
|
@TableField(fill = FieldFill.INSERT_UPDATE)
|
||||||
private String createBy;
|
private String createBy;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 创建时间
|
* 创建时间
|
||||||
*/
|
*/
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||||
|
@TableField(fill = FieldFill.INSERT_UPDATE)
|
||||||
private Date createTime;
|
private Date createTime;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 更新者
|
* 更新者
|
||||||
*/
|
*/
|
||||||
|
@TableField(fill = FieldFill.INSERT_UPDATE)
|
||||||
private String updateBy;
|
private String updateBy;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 更新时间
|
* 更新时间
|
||||||
*/
|
*/
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||||
|
@TableField(fill = FieldFill.INSERT_UPDATE)
|
||||||
private Date updateTime;
|
private Date updateTime;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,5 @@
|
||||||
|
#Generated by Maven
|
||||||
|
#Fri Aug 09 09:48:02 CST 2024
|
||||||
|
artifactId=cloud-common-core
|
||||||
|
groupId=com.muyu
|
||||||
|
version=3.6.3
|
|
@ -0,0 +1,94 @@
|
||||||
|
com\muyu\common\core\utils\poi\ExcelUtil.class
|
||||||
|
com\muyu\common\core\constant\CacheConstants.class
|
||||||
|
com\muyu\common\core\constant\GenConstants.class
|
||||||
|
com\muyu\common\core\utils\DateUtils.class
|
||||||
|
com\muyu\common\core\enums\UserStatus.class
|
||||||
|
com\muyu\common\core\utils\reflect\ReflectUtils.class
|
||||||
|
com\muyu\common\core\web\page\PageDomain.class
|
||||||
|
com\muyu\common\core\domain\Result.class
|
||||||
|
com\muyu\common\core\exception\base\BaseException.class
|
||||||
|
com\muyu\common\core\utils\StringUtils.class
|
||||||
|
com\muyu\common\core\exception\auth\NotLoginException.class
|
||||||
|
com\muyu\common\core\exception\ServiceException.class
|
||||||
|
com\muyu\common\core\xss\Xss.class
|
||||||
|
com\muyu\common\core\utils\uuid\UUID.class
|
||||||
|
com\muyu\common\core\exception\CheckedException.class
|
||||||
|
com\muyu\common\core\web\controller\BaseController.class
|
||||||
|
com\muyu\common\core\constant\ScheduleConstants.class
|
||||||
|
com\muyu\common\core\exception\DemoModeException.class
|
||||||
|
com\muyu\common\core\exception\file\InvalidExtensionException$InvalidVideoExtensionException.class
|
||||||
|
com\muyu\common\core\annotation\Excels.class
|
||||||
|
com\muyu\common\core\exception\file\FileUploadException.class
|
||||||
|
com\muyu\common\core\exception\UtilException.class
|
||||||
|
com\muyu\common\core\web\domain\TreeEntity$TreeEntityBuilderImpl.class
|
||||||
|
com\muyu\common\core\utils\file\ImageUtils.class
|
||||||
|
com\muyu\common\core\utils\SpringUtils.class
|
||||||
|
com\muyu\common\core\validation\custom\SystemPayTypeValidator.class
|
||||||
|
com\muyu\common\core\domain\Result$ResultBuilder.class
|
||||||
|
com\muyu\common\core\exception\PreAuthorizeException.class
|
||||||
|
com\muyu\common\core\enums\SystemYesNo.class
|
||||||
|
com\muyu\common\core\text\StrFormatter.class
|
||||||
|
com\muyu\common\core\utils\file\FileUtils.class
|
||||||
|
com\muyu\common\core\utils\PageUtils.class
|
||||||
|
com\muyu\common\core\constant\SecurityConstants.class
|
||||||
|
com\muyu\common\core\constant\UserConstants.class
|
||||||
|
com\muyu\common\core\enums\SysPayType.class
|
||||||
|
com\muyu\common\core\exception\job\TaskException.class
|
||||||
|
com\muyu\common\core\utils\file\MimeTypeUtils.class
|
||||||
|
com\muyu\common\core\utils\uuid\IdUtils.class
|
||||||
|
com\muyu\common\core\exception\job\TaskException$Code.class
|
||||||
|
com\muyu\common\core\web\page\TableDataInfo.class
|
||||||
|
com\muyu\common\core\utils\sign\Base64.class
|
||||||
|
com\muyu\common\core\validation\custom\IsSystemPayType.class
|
||||||
|
com\muyu\common\core\context\SecurityContextHolder.class
|
||||||
|
com\muyu\common\core\web\domain\BaseEntity$BaseEntityBuilder.class
|
||||||
|
com\muyu\common\core\exception\file\InvalidExtensionException.class
|
||||||
|
com\muyu\common\core\utils\sql\SqlUtil.class
|
||||||
|
com\muyu\common\core\constant\ScheduleConstants$Status.class
|
||||||
|
com\muyu\common\core\feign\FeginConfig.class
|
||||||
|
com\muyu\common\core\validation\custom\SystemYesNoValidator.class
|
||||||
|
com\muyu\common\core\text\CharsetKit.class
|
||||||
|
com\muyu\common\core\web\domain\TreeEntity$TreeEntityBuilder.class
|
||||||
|
com\muyu\common\core\utils\html\HTMLFilter.class
|
||||||
|
com\muyu\common\core\exception\user\UserException.class
|
||||||
|
com\muyu\common\core\web\domain\BaseEntity$BaseEntityBuilderImpl.class
|
||||||
|
com\muyu\common\core\utils\html\EscapeUtil.class
|
||||||
|
com\muyu\common\core\utils\ip\IpUtils.class
|
||||||
|
com\muyu\common\core\utils\poi\ExcelHandlerAdapter.class
|
||||||
|
com\muyu\common\core\exception\file\InvalidExtensionException$InvalidImageExtensionException.class
|
||||||
|
com\muyu\common\core\web\domain\TreeEntity.class
|
||||||
|
com\muyu\common\core\utils\uuid\UUID$Holder.class
|
||||||
|
com\muyu\common\core\annotation\Excel$Type.class
|
||||||
|
com\muyu\common\core\annotation\Excel.class
|
||||||
|
com\muyu\common\core\utils\ServletUtils.class
|
||||||
|
com\muyu\common\core\exception\file\InvalidExtensionException$InvalidFlashExtensionException.class
|
||||||
|
com\muyu\common\core\exception\user\UserPasswordNotMatchException.class
|
||||||
|
com\muyu\common\core\xss\XssValidator.class
|
||||||
|
com\muyu\common\core\exception\user\CaptchaExpireException.class
|
||||||
|
com\muyu\common\core\utils\file\FileTypeUtils.class
|
||||||
|
com\muyu\common\core\exception\file\InvalidExtensionException$InvalidMediaExtensionException.class
|
||||||
|
com\muyu\common\core\validation\custom\IsSystemYesNo.class
|
||||||
|
com\muyu\common\core\utils\bean\BeanUtils.class
|
||||||
|
com\muyu\common\core\validation\ValidationConfig.class
|
||||||
|
com\muyu\common\core\web\page\TableDataInfo$TableDataInfoBuilder.class
|
||||||
|
com\muyu\common\core\exception\auth\NotPermissionException.class
|
||||||
|
com\muyu\common\core\constant\TokenConstants.class
|
||||||
|
com\muyu\common\core\web\domain\BaseEntity.class
|
||||||
|
com\muyu\common\core\constant\Constants.class
|
||||||
|
com\muyu\common\core\text\Convert.class
|
||||||
|
com\muyu\common\core\utils\JwtUtils.class
|
||||||
|
com\muyu\common\core\exception\file\FileNameLengthLimitExceededException.class
|
||||||
|
com\muyu\common\core\constant\HttpStatus.class
|
||||||
|
com\muyu\common\core\exception\GlobalException.class
|
||||||
|
com\muyu\common\core\web\page\TableSupport.class
|
||||||
|
com\muyu\common\core\exception\file\FileException.class
|
||||||
|
com\muyu\common\core\utils\ExceptionUtil.class
|
||||||
|
com\muyu\common\core\exception\file\FileSizeLimitExceededException.class
|
||||||
|
com\muyu\common\core\utils\bean\BeanValidators.class
|
||||||
|
com\muyu\common\core\utils\uuid\Seq.class
|
||||||
|
com\muyu\common\core\annotation\Excel$ColumnType.class
|
||||||
|
com\muyu\common\core\exception\InnerAuthException.class
|
||||||
|
com\muyu\common\core\web\controller\BaseController$1.class
|
||||||
|
com\muyu\common\core\exception\auth\NotRoleException.class
|
||||||
|
com\muyu\common\core\exception\CaptchaException.class
|
||||||
|
com\muyu\common\core\constant\ServiceNameConstants.class
|
Loading…
Reference in New Issue