6 changed files with 24 additions and 6 deletions
@ -0,0 +1,14 @@ |
|||
package com.tduck.cloud.project.entity.struct; |
|||
|
|||
|
|||
import lombok.Data; |
|||
|
|||
/** |
|||
* 手写签名组件属性 |
|||
* @author smalljop |
|||
*/ |
|||
@Data |
|||
public class SignPadExpandStruct { |
|||
|
|||
|
|||
} |
Loading…
Reference in new issue