Ryan
2025-04-03 391e56cca8fc835791358ff32e63b1da6574462d
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/Matnr.java
@@ -3,7 +3,7 @@
import com.baomidou.mybatisplus.annotation.*;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.*;
import com.vincent.rsf.server.manager.service.BatchRegularService;
import com.vincent.rsf.server.manager.service.CompanysService;
@@ -24,7 +24,6 @@
import com.vincent.rsf.server.system.entity.User;
import java.io.Serializable;
import java.util.Date;
import java.util.List;
@Data
@TableName("man_matnr")
@@ -67,6 +66,12 @@
     */
    @ApiModelProperty(value= "分组ID(*)")
    private Long groupId;
    /**
     * 字段标识
     */
    @ApiModelProperty(value = "字段标识")
    private String fieldsIndex;
    /**
     * 分组助记码
@@ -219,6 +224,10 @@
    @TableLogic
    private Integer deleted;
    @ApiModelProperty("动态扩展字段")
    @TableField(exist = false)
    private Map<String, String> extendFields;
    /**
     * 租户
     */
@@ -351,7 +360,7 @@
        MatnrGroupService service = SpringUtils.getBean(MatnrGroupService.class);
        MatnrGroup matnrGroup = service.getById(this.groupId);
        if (!Cools.isEmpty(matnrGroup)){
            return String.valueOf(matnrGroup.getCode());
            return String.valueOf(matnrGroup.getName());
        }
        return null;
    }
@@ -379,7 +388,7 @@
        }
    }
    public String getIsLabelMange$(){
    public String getFlagLabelMange$(){
        if (null == this.flagLabelMange){ return null; }
        switch (this.flagLabelMange){
            case 0: