2 changed files with 13 additions and 1 deletions
@ -0,0 +1,10 @@ |
|||||
|
package com.tduck.cloud.project.entity.struct; |
||||
|
|
||||
|
import lombok.Data; |
||||
|
|
||||
|
/** |
||||
|
* 无扩展属性 |
||||
|
*/ |
||||
|
@Data |
||||
|
public class EmptyExpandStruct { |
||||
|
} |
Loading…
Reference in new issue