|
@@ -48,6 +48,10 @@ public class BasicLibrary implements Serializable {
|
|
@Excel(name = "引导码发送次数 默认1 校验大于0")
|
|
@Excel(name = "引导码发送次数 默认1 校验大于0")
|
|
private Long synchronizeCodeSend;
|
|
private Long synchronizeCodeSend;
|
|
|
|
|
|
|
|
+ /** 重复码 */
|
|
|
|
+ @Excel(name = "重复码")
|
|
|
|
+ private String repeatCode;
|
|
|
|
+
|
|
/** 数据码 */
|
|
/** 数据码 */
|
|
@Excel(name = "数据码")
|
|
@Excel(name = "数据码")
|
|
private String dateCode;
|
|
private String dateCode;
|