接口逻辑完善,大屏树状结构接口,站点图json数据存储等,零碎修改等
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
package com.fastbee.oss.domain;
|
||||
|
||||
import lombok.Builder;
|
||||
import lombok.experimental.SuperBuilder;
|
||||
import org.apache.commons.lang3.builder.ToStringBuilder;
|
||||
import org.apache.commons.lang3.builder.ToStringStyle;
|
||||
import com.fastbee.common.annotation.Excel;
|
||||
@ -12,7 +13,7 @@ import com.fastbee.common.core.domain.BaseEntity;
|
||||
* @author zhuangpeng.li
|
||||
* @date 2024-04-22
|
||||
*/
|
||||
@Builder
|
||||
@SuperBuilder
|
||||
public class OssDetail extends BaseEntity
|
||||
{
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
Reference in New Issue
Block a user