|
@@ -1,5 +1,6 @@
|
|
|
package com.zhongzheng.modules.user.bo;
|
|
|
|
|
|
+import com.zhongzheng.common.annotation.Excel;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Data;
|
|
@@ -101,4 +102,8 @@ public class UserQueryBo extends BaseEntity {
|
|
|
@ApiModelProperty("状态 1正常 0关闭")
|
|
|
private List<Integer> status;
|
|
|
|
|
|
+ /** 學員編碼 */
|
|
|
+ @ApiModelProperty("學員編碼")
|
|
|
+ private String studentCode;
|
|
|
+
|
|
|
}
|