BUGFIX: format;
This commit is contained in:
@@ -15,13 +15,13 @@ import java.util.List;
|
||||
*/
|
||||
public interface TDesignPythonOutfitDetailMapper extends CommonMapper<TDesignPythonOutfitDetail> {
|
||||
|
||||
/**
|
||||
* 自定义分页
|
||||
*
|
||||
* @param page
|
||||
* @param tDesignPythonOutfitDetail
|
||||
* @return
|
||||
*/
|
||||
List<TDesignPythonOutfitDetailVO> selectTDesignPythonOutfitDetailPage(IPage page, TDesignPythonOutfitDetailVO tDesignPythonOutfitDetail);
|
||||
/**
|
||||
* 自定义分页
|
||||
*
|
||||
* @param page
|
||||
* @param tDesignPythonOutfitDetail
|
||||
* @return
|
||||
*/
|
||||
List<TDesignPythonOutfitDetailVO> selectTDesignPythonOutfitDetailPage(IPage page, TDesignPythonOutfitDetailVO tDesignPythonOutfitDetail);
|
||||
|
||||
}
|
||||
|
||||
@@ -5,6 +5,7 @@ import com.ai.da.common.config.mybatis.plus.CommonMapper;
|
||||
import com.ai.da.mapper.entity.TDesignPythonOutfit;
|
||||
import com.ai.da.model.vo.TDesignPythonOutfitVO;
|
||||
import com.baomidou.mybatisplus.core.metadata.IPage;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
@@ -15,13 +16,13 @@ import java.util.List;
|
||||
*/
|
||||
public interface TDesignPythonOutfitMapper extends CommonMapper<TDesignPythonOutfit> {
|
||||
|
||||
/**
|
||||
* 自定义分页
|
||||
*
|
||||
* @param page
|
||||
* @param tDesignPythonOutfit
|
||||
* @return
|
||||
*/
|
||||
List<TDesignPythonOutfitVO> selectTDesignPythonOutfitPage(IPage page, TDesignPythonOutfitVO tDesignPythonOutfit);
|
||||
/**
|
||||
* 自定义分页
|
||||
*
|
||||
* @param page
|
||||
* @param tDesignPythonOutfit
|
||||
* @return
|
||||
*/
|
||||
List<TDesignPythonOutfitVO> selectTDesignPythonOutfitPage(IPage page, TDesignPythonOutfitVO tDesignPythonOutfit);
|
||||
|
||||
}
|
||||
|
||||
@@ -8,20 +8,20 @@ import com.baomidou.mybatisplus.core.metadata.IPage;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Mapper 接口
|
||||
* Mapper 接口
|
||||
*
|
||||
* @author SHAHAIBO
|
||||
* @since 2023-08-01
|
||||
*/
|
||||
public interface WorkspaceMapper extends CommonMapper<Workspace> {
|
||||
|
||||
/**
|
||||
* 自定义分页
|
||||
*
|
||||
* @param page
|
||||
* @param workspace
|
||||
* @return
|
||||
*/
|
||||
List<WorkspaceVO> selectWorkspacePage(IPage page, WorkspaceVO workspace);
|
||||
/**
|
||||
* 自定义分页
|
||||
*
|
||||
* @param page
|
||||
* @param workspace
|
||||
* @return
|
||||
*/
|
||||
List<WorkspaceVO> selectWorkspacePage(IPage page, WorkspaceVO workspace);
|
||||
|
||||
}
|
||||
|
||||
@@ -33,7 +33,6 @@ public class Collection implements Serializable {
|
||||
|
||||
/**
|
||||
* 用户ID
|
||||
*
|
||||
*/
|
||||
private Long accountId;
|
||||
|
||||
|
||||
@@ -33,7 +33,6 @@ public class CollectionElement implements Serializable {
|
||||
|
||||
/**
|
||||
* 用户ID
|
||||
*
|
||||
*/
|
||||
private Long accountId;
|
||||
/**
|
||||
|
||||
@@ -31,7 +31,6 @@ public class DesignHistory implements Serializable {
|
||||
private Long id;
|
||||
/**
|
||||
* 用户ID
|
||||
*
|
||||
*/
|
||||
private Long accountId;
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ public class DesignItem implements Serializable {
|
||||
*/
|
||||
private String highDesignUrl;
|
||||
/**
|
||||
* 是否like 0 否 1是
|
||||
* 是否like 0 否 1是
|
||||
*/
|
||||
@TableField("is_like")
|
||||
private Byte hasLike;
|
||||
|
||||
@@ -53,7 +53,4 @@ public class GenerateDetail {
|
||||
private Date updateDate;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -33,7 +33,6 @@ public class Library implements Serializable {
|
||||
|
||||
/**
|
||||
* 用户ID
|
||||
*
|
||||
*/
|
||||
private Long accountId;
|
||||
|
||||
|
||||
@@ -66,7 +66,7 @@ public class PanTone implements Serializable {
|
||||
private Integer s;
|
||||
|
||||
/**
|
||||
*V
|
||||
* V
|
||||
*/
|
||||
private Integer v;
|
||||
}
|
||||
|
||||
@@ -44,19 +44,16 @@ public class SysFile implements Serializable {
|
||||
|
||||
/**
|
||||
* 名字
|
||||
*
|
||||
*/
|
||||
private String name;
|
||||
|
||||
/**
|
||||
* md5值
|
||||
*
|
||||
*/
|
||||
private String md5;
|
||||
|
||||
/**
|
||||
* 路径 绝对路径
|
||||
*
|
||||
*/
|
||||
private String url;
|
||||
|
||||
@@ -73,7 +70,7 @@ public class SysFile implements Serializable {
|
||||
public SysFile() {
|
||||
}
|
||||
|
||||
public SysFile(String level1Type, String level2Type, String name, String md5, String url,Date createDate) {
|
||||
public SysFile(String level1Type, String level2Type, String name, String md5, String url, Date createDate) {
|
||||
this.level1Type = level1Type;
|
||||
this.level2Type = level2Type;
|
||||
this.name = name;
|
||||
|
||||
Reference in New Issue
Block a user