BUGFIX: format;
This commit is contained in:
@@ -23,12 +23,13 @@ public interface DesignItemService extends IService<DesignItem> {
|
||||
|
||||
List<DesignItem> getByDesignId(Long designId);
|
||||
|
||||
void updateLikeStatus(Long designItemId,Byte hasLike);
|
||||
void updateLikeStatus(Long designItemId, Byte hasLike);
|
||||
|
||||
void updateDesignHighUrl(Long designItemId,String highUrl,String timeZone);
|
||||
void updateDesignHighUrl(Long designItemId, String highUrl, String timeZone);
|
||||
|
||||
/**
|
||||
* 切换系统elemnt
|
||||
*
|
||||
* @param id
|
||||
* @param type
|
||||
*/
|
||||
@@ -36,12 +37,14 @@ public interface DesignItemService extends IService<DesignItem> {
|
||||
|
||||
/**
|
||||
* 单个design
|
||||
*
|
||||
* @param designSingleDTO
|
||||
*/
|
||||
DesignCollectionItemVO designSingle(DesignSingleDTO designSingleDTO);
|
||||
|
||||
/**
|
||||
* print打点
|
||||
*
|
||||
* @param designSingleDTO
|
||||
*/
|
||||
String printDot(DesignSingleDTO designSingleDTO);
|
||||
|
||||
Reference in New Issue
Block a user