|
@@ -60,12 +60,15 @@ private static final long serialVersionUID=1L;
|
|
|
private Long sysUserId;
|
|
|
|
|
|
/** 官方信息推送接口 */
|
|
|
+ @TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
|
private Long interfacePushId;
|
|
|
/** 备注 */
|
|
|
private String remark;
|
|
|
/** 官方账号开通 */
|
|
|
+ @TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
|
private Long interfaceAccountId;
|
|
|
/** 学时推送 */
|
|
|
+ @TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
|
private Long interfacePeriodId;
|
|
|
|
|
|
/** 报考地区 */
|