generate功能相关代码优化
This commit is contained in:
@@ -115,4 +115,12 @@ public interface CollectionElementService extends IService<CollectionElement> {
|
||||
*/
|
||||
void refreshHistoryData() ;
|
||||
|
||||
/**
|
||||
* 当level2Type发生改变时,修改levelType
|
||||
* @param elementId
|
||||
* @param level2Type
|
||||
* @return
|
||||
*/
|
||||
CollectionElement editLevel2Type(Long elementId,String level2Type);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user