新火炬后端单体项目初始化代码
zhangherong
3 天以前 afb71a0770acc36a6e062aecf2dfc1c92d2d80a7
src/main/java/org/jeecg/modules/system/entity/SysUser.java
@@ -125,6 +125,12 @@
    @Excel(name = "工号", width = 15)
    private String workNo;
    /**
     * 飞书id,唯一键
     */
    @Excel(name = "飞书id", width = 15)
    private String openId;
    /**
     * 职务,关联职务表
     */
@@ -184,8 +190,8 @@
    /**
     * 负责产线
     */
    @Excel(name="负责产线",width = 15,dictTable ="mdc_production",dicText = "production_name",dicCode = "id")
    @Dict(dictTable ="mdc_production",dicText = "production_name",dicCode = "id")
    @Excel(name="负责产线",width = 15,dictTable ="base_factory",dicText = "factory_name",dicCode = "id")
    @Dict(dictTable ="base_factory",dicText = "factory_name",dicCode = "id")
    private String productionIds;
    /**