|
|
|
@ -1,6 +1,7 @@
|
|
|
|
|
package com.ibeetl.jlw.entity;
|
|
|
|
|
|
|
|
|
|
import cn.jlw.validate.ValidateConfig;
|
|
|
|
|
import com.ibeetl.admin.core.annotation.Dict;
|
|
|
|
|
import com.ibeetl.admin.core.annotation.DictEnum;
|
|
|
|
|
import com.ibeetl.admin.core.entity.BaseEntity;
|
|
|
|
|
import com.ibeetl.jlw.enums.AddTypeEnum;
|
|
|
|
@ -72,6 +73,7 @@ public class ResourcesQuestion extends BaseEntity{
|
|
|
|
|
|
|
|
|
|
//组织机构ID
|
|
|
|
|
|
|
|
|
|
@Dict(type = "core_org.name.del_flag=0")
|
|
|
|
|
private Long orgId ;
|
|
|
|
|
|
|
|
|
|
//后台用户ID
|
|
|
|
|