1
verou
2025-03-25 0d3a5be1512815a38f37ae81e7d9fc0948fd3f16
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/Matnr.java
@@ -9,6 +9,7 @@
import com.vincent.rsf.server.manager.service.CompanysService;
import com.vincent.rsf.server.manager.service.MatnrGroupService;
import com.vincent.rsf.server.manager.service.ShipperService;
import lombok.experimental.Accessors;
import org.springframework.format.annotation.DateTimeFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
@@ -27,6 +28,7 @@
@Data
@TableName("man_matnr")
@Accessors(chain = true)
@ApiModel(value = "Matnr", description = "物料所有基础属性")
public class Matnr implements Serializable {
@@ -67,6 +69,18 @@
    private Long groupId;
    /**
     * 字段标识
     */
    @ApiModelProperty(value = "字段标识")
    private String fieldsIndex;
    /**
     * 分组助记码
     */
    @ApiModelProperty(value = "分组助记码")
    private String groupCode;
    /**
     * 规则代码
     */
    @ApiModelProperty(value= "规则代码")