sfd
2025-05-22 791208eed8021ef7eb857ced5f031485cff7a2b7
aps-modules/aps-core/src/main/java/com/aps/core/domain/ApsGasPipelineCapacityPlan.java
@@ -4,6 +4,7 @@
import com.aps.common.core.web.domain.BaseEntity;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.v3.oas.annotations.media.Schema;
import lombok.Data;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
@@ -15,6 +16,7 @@
 * @author hjy
 * @date 2025-04-24
 */
@Data
@Schema(description = "气体管路产能规划实体类")
public class ApsGasPipelineCapacityPlan extends BaseEntity
{
@@ -60,6 +62,7 @@
    @Schema(description = "日产出单位", type = "String")
    private String dayProduceUnit;
    /** 人员数量 */
    @Excel(name = "人员数量")
    @Schema(description = "人员数量", type = "BigDecimal")
@@ -85,6 +88,12 @@
    @Schema(description = "工厂代码", type = "String")
    private String orgCode;
    /** 车间 */
    @Excel(name = "车间")
    @Schema(description = "车间", type = "String")
    private String workshop;
    public void setOrgCode(String orgCode)
    {
        this.orgCode = orgCode;