|
|
@@ -1,6 +1,7 @@
|
|
|
package com.dk.oauth.model.query.integral;
|
|
|
|
|
|
import cn.afterturn.easypoi.excel.annotation.Excel;
|
|
|
+import com.baomidou.mybatisplus.annotation.FieldFill;
|
|
|
import com.baomidou.mybatisplus.annotation.TableField;
|
|
|
import com.dk.common.infrastructure.handler.TimestampTypeHandler;
|
|
|
import com.dk.common.infrastructure.handler.UuidTypeHandler;
|
|
|
@@ -60,6 +61,7 @@ public class IntegralItemQuery extends PageInfo<IntegralItemQuery> {
|
|
|
*/
|
|
|
@Excel(name = "公司ID")
|
|
|
@ApiModelProperty(value = "公司ID")
|
|
|
+ @TableField(fill = FieldFill.INSERT)
|
|
|
private Integer cpId;
|
|
|
|
|
|
|