Commit 6362755c authored by 赵啸非's avatar 赵啸非

修改工作人员导入

parent 180ba3d6
package com.mortals.xhx.module.workman.model.vo;
import com.alibaba.fastjson.annotation.JSONField;
import com.mortals.framework.annotation.Excel;
import com.mortals.framework.model.BaseEntityLong;
import lombok.Data;
......@@ -21,5 +22,6 @@ public class WorkmanVo extends BaseEntityLong {
* 证件图片附件
*/
@Excel(name = "证件图片", type = Excel.Type.IMPORT, cellType = Excel.ColumnType.IMAGE)
@JSONField(serialize = false)
private PictureData picObj;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment