| | |
| | | @Api(value = "安灯记录表管理", tags = {"安灯记录表管理"}) |
| | | @ApiResource({"blade-andon/andon-record"}) |
| | | @RestController |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/controller/AndonRecordController.class */ |
| | | public class AndonRecordController extends BladeController { |
| | | private final IAndonRecordService andonRecordService; |
| | | private final IAndonCallRecordService callRecordService; |
| | |
| | | @Api(value = "记录关联原因表管理", tags = {"记录关联原因表管理"}) |
| | | @RequestMapping({"blade-andon/andon-record-reason"}) |
| | | @RestController |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/controller/AndonRecordReasonController.class */ |
| | | public class AndonRecordReasonController extends BladeController { |
| | | } |
| | |
| | | @Api(value = "安灯统计", tags = {"安灯统计"}) |
| | | @RequestMapping({"blade-andon/andon-statistics"}) |
| | | @RestController |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/controller/AndonStatisticsController.class */ |
| | | public class AndonStatisticsController extends BladeController { |
| | | private final IAndonStatisticsService statisticsService; |
| | | |
| | |
| | | @Api(value = "安灯类型", tags = {"安灯类型"}) |
| | | @ApiResource({"blade-andon/andon-type"}) |
| | | @RestController |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/controller/AndonTypeController.class */ |
| | | public class AndonTypeController extends BladeController { |
| | | private final IAndonTypeService typeService; |
| | | |
| | |
| | | @Api(value = "机器类型安灯类型关联表管理", tags = {"机器类型安灯类型关联表管理"}) |
| | | @RequestMapping({"blade-andon/device-andon-type"}) |
| | | @RestController |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/controller/DeviceAndonTypeController.class */ |
| | | public class DeviceAndonTypeController extends BladeController { |
| | | private IDeviceAndonTypeService deviceAndonTypeService; |
| | | |
| | |
| | | import com.qianwen.smartman.modules.andon.vo.AndonReasonVO; |
| | | |
| | | @Mapper |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/convert/AndonReasonConvert.class */ |
| | | public interface AndonReasonConvert { |
| | | public static final AndonReasonConvert INSTANCE = (AndonReasonConvert) Mappers.getMapper(AndonReasonConvert.class); |
| | | |
| | |
| | | import com.qianwen.smartman.modules.andon.vo.AndonRecordVO; |
| | | |
| | | @Mapper |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/convert/AndonRecordConvert.class */ |
| | | public interface AndonRecordConvert { |
| | | public static final AndonRecordConvert INSTANCE = (AndonRecordConvert) Mappers.getMapper(AndonRecordConvert.class); |
| | | |
| | |
| | | import com.qianwen.smartman.modules.andon.vo.AndonRecordReasonVO; |
| | | |
| | | @Mapper |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/convert/AndonRecordReasonConvert.class */ |
| | | public interface AndonRecordReasonConvert { |
| | | public static final AndonRecordReasonConvert INSTANCE = (AndonRecordReasonConvert) Mappers.getMapper(AndonRecordReasonConvert.class); |
| | | |
| | |
| | | import com.qianwen.smartman.modules.andon.vo.AndonTypeVO; |
| | | |
| | | @Mapper |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/convert/AndonTypeConvert.class */ |
| | | public interface AndonTypeConvert { |
| | | public static final AndonTypeConvert INSTANCE = (AndonTypeConvert) Mappers.getMapper(AndonTypeConvert.class); |
| | | |
| | |
| | | import com.qianwen.smartman.modules.andon.vo.DeviceAndonTypeVO; |
| | | |
| | | @Mapper |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/convert/DeviceAndonTypeConvert.class */ |
| | | public interface DeviceAndonTypeConvert { |
| | | public static final DeviceAndonTypeConvert INSTANCE = (DeviceAndonTypeConvert) Mappers.getMapper(DeviceAndonTypeConvert.class); |
| | | |
| | |
| | | |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/dto/AndonMessageDTO.class */ |
| | | public class AndonMessageDTO { |
| | | @ApiModelProperty("工位名称") |
| | | private String workstationName; |
| | |
| | | |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/dto/AndonMessageSendDTO.class */ |
| | | public class AndonMessageSendDTO { |
| | | @ApiModelProperty("工位名称") |
| | | private String workstationName; |
| | |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import java.io.Serializable; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/dto/ShiftAndonDTO.class */ |
| | | public class ShiftAndonDTO implements Serializable { |
| | | private static final long serialVersionUID = -6750468253407863501L; |
| | | @ApiModelProperty("班次x") |
| | |
| | | import java.io.Serializable; |
| | | import java.time.LocalDateTime; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/dto/ShiftTimeDTO.class */ |
| | | public class ShiftTimeDTO implements Serializable { |
| | | private static final long serialVersionUID = 5035948282977494871L; |
| | | @ApiModelProperty("班次序号") |
| | |
| | | |
| | | @ApiModel(value = "AndonReason对象", description = "安灯原因表") |
| | | @TableName("blade_andon_reason") |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/entity/AndonReason.class */ |
| | | public class AndonReason extends BaseEntity { |
| | | private static final long serialVersionUID = 1; |
| | | @ApiModelProperty("安灯类型id") |
| | |
| | | |
| | | @ApiModel(value = "AndonRecord对象", description = "安灯原因表") |
| | | @TableName("blade_andon_record") |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/entity/AndonRecord.class */ |
| | | public class AndonRecord extends BaseEntity { |
| | | private static final long serialVersionUID = 1; |
| | | @ApiModelProperty("安灯类型id") |
| | |
| | | |
| | | @ApiModel(value = "AndonRecordReason对象", description = "记录关联原因表") |
| | | @TableName("blade_andon_record_reason") |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/entity/AndonRecordReason.class */ |
| | | public class AndonRecordReason extends BaseEntity { |
| | | private static final long serialVersionUID = 1; |
| | | @ApiModelProperty("安灯记录id") |
| | |
| | | import com.qianwen.core.mp.base.BaseEntity; |
| | | |
| | | @TableName(AndonType.TABLE_NAME) |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/entity/AndonType.class */ |
| | | public class AndonType extends BaseEntity { |
| | | public static final String TABLE_NAME = "blade_andon_type"; |
| | | private static final long serialVersionUID = -565086909211779492L; |
| | |
| | | |
| | | @ApiModel(value = "DeviceAndonType对象", description = "机器类型安灯类型关联表") |
| | | @TableName("blade_device_andon_type") |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/entity/DeviceAndonType.class */ |
| | | public class DeviceAndonType extends BaseEntity { |
| | | private static final long serialVersionUID = 1; |
| | | @ApiModelProperty("安灯类型id") |
| | |
| | | import com.qianwen.smartman.common.constant.CommonConstant; |
| | | import com.qianwen.core.tool.utils.Func; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/enums/AndonRecordStatusEnum.class */ |
| | | public enum AndonRecordStatusEnum { |
| | | TO_BE_RECEIVED(1, "待接收"), |
| | | RECEIVED(2, "已接收"), |
| | |
| | | package com.qianwen.smartman.modules.andon.enums; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/enums/AndonStatusEnum.class */ |
| | | public enum AndonStatusEnum { |
| | | NO_STATUS(0, "当前无状态"), |
| | | HAVA_INITIATED(1, "已发起,待接收"), |
| | |
| | | import java.util.Arrays; |
| | | import com.qianwen.core.tool.utils.Func; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/enums/DateType.class */ |
| | | public enum DateType { |
| | | DAY(1), |
| | | WEEK(2), |
| | |
| | | import java.util.Arrays; |
| | | import com.qianwen.core.tool.utils.Func; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/enums/WorkType.class */ |
| | | public enum WorkType { |
| | | GROUP(0), |
| | | WORKSTATION(1); |
| | |
| | | @HeadRowHeight(20) |
| | | @ColumnWidth(16) |
| | | @ContentRowHeight(18) |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/excel/AndonCallRecordExport.class */ |
| | | public class AndonCallRecordExport implements Serializable { |
| | | private static final long serialVersionUID = 2557121698254787134L; |
| | | @ExcelProperty(value = {"呼叫类型编号"}, index = 0) |
| | |
| | | import com.qianwen.core.mp.mapper.BladeMapper; |
| | | import com.qianwen.smartman.modules.andon.entity.AndonReason; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/mapper/AndonReasonMapper.class */ |
| | | public interface AndonReasonMapper extends BladeMapper<AndonReason> { |
| | | int recordsReason(@Param("ids") List<Long> ids); |
| | | } |
| | |
| | | import com.qianwen.smartman.modules.andon.vo.AndonStatisticalCardVO; |
| | | import com.qianwen.smartman.modules.andon.vo.AndonTableStatisticalVO; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/mapper/AndonRecordMapper.class */ |
| | | public interface AndonRecordMapper extends BaseMapper<AndonRecord> { |
| | | AndonStatisticalCardVO queryCard(@Param("workstations") List<Long> workstations, @Param("startTime") String startTime, @Param("endTime") String endTime); |
| | | |
| | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.qianwen.smartman.modules.andon.entity.AndonRecordReason; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/mapper/AndonRecordReasonMapper.class */ |
| | | public interface AndonRecordReasonMapper extends BaseMapper<AndonRecordReason> { |
| | | } |
| | |
| | | import com.qianwen.smartman.modules.andon.vo.AndonTypeVO; |
| | | import com.qianwen.smartman.modules.andon.vo.BindingDeviceTypeVO; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/mapper/AndonTypeMapper.class */ |
| | | public interface AndonTypeMapper extends BladeMapper<AndonType> { |
| | | List<AndonTypeVO> andonTypeList(@Param("keyword") String keyword); |
| | | |
| | |
| | | import com.qianwen.core.mp.mapper.BladeMapper; |
| | | import com.qianwen.smartman.modules.andon.entity.DeviceAndonType; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/mapper/DeviceAndonTypeMapper.class */ |
| | | public interface DeviceAndonTypeMapper extends BladeMapper<DeviceAndonType> { |
| | | } |
| | |
| | | import com.qianwen.smartman.modules.andon.vo.AndonCallRecordResVO; |
| | | import com.qianwen.smartman.modules.andon.vo.AndonCallRecordSearchVO; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/service/IAndonCallRecordService.class */ |
| | | public interface IAndonCallRecordService { |
| | | IPage<AndonCallRecordResVO> pageQueryRecord(Query query, AndonCallRecordSearchVO vo); |
| | | |
| | |
| | | import com.qianwen.smartman.modules.andon.vo.AndonReasonVO; |
| | | import com.qianwen.smartman.modules.cps.vo.IdsVO; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/service/IAndonReasonService.class */ |
| | | public interface IAndonReasonService extends BladeService<AndonReason> { |
| | | IPage<AndonReasonVO> pageQuery(Query query, String typeId); |
| | | |
| | |
| | | import com.qianwen.core.mp.base.BaseService; |
| | | import com.qianwen.smartman.modules.andon.entity.AndonRecordReason; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/service/IAndonRecordReasonService.class */ |
| | | public interface IAndonRecordReasonService extends BaseService<AndonRecordReason> { |
| | | } |
| | |
| | | import com.qianwen.smartman.modules.andon.vo.AndonTableStatisticalVO; |
| | | import com.qianwen.smartman.modules.andon.vo.HmiAndonVO; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/service/IAndonRecordService.class */ |
| | | public interface IAndonRecordService extends BaseService<AndonRecord> { |
| | | IPage<AndonRecordVO> pageReceiveList(AndonRecordSearchVO andonRecordSearchVO, Query query); |
| | | |
| | |
| | | package com.qianwen.smartman.modules.andon.service.impl; |
| | | |
| | | import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.core.toolkit.Wrappers; |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import java.lang.invoke.SerializedLambda; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | import java.util.Optional; |
| | | import java.util.stream.Collectors; |
| | | import com.qianwen.smartman.common.cache.RegionCache; |
| | | import com.qianwen.smartman.common.constant.ExcelConstant; |
| | | import com.qianwen.smartman.common.utils.AbstractSqlAdapter; |
| | | import com.qianwen.smartman.common.utils.Lambda; |
| | | import com.qianwen.smartman.common.utils.TimeUtils; |
| | | |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.core.toolkit.Wrappers; |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.qianwen.core.excel.util.ExcelUtil; |
| | | import com.qianwen.core.mp.support.Condition; |
| | | import com.qianwen.core.mp.support.Query; |
| | | import com.qianwen.core.oss.model.BladeFile; |
| | | import com.qianwen.core.tool.utils.DateUtil; |
| | | import com.qianwen.core.tool.utils.Func; |
| | | import com.qianwen.smartman.common.utils.AbstractSqlAdapter; |
| | | import com.qianwen.smartman.common.utils.Lambda; |
| | | import com.qianwen.smartman.common.utils.TimeUtils; |
| | | import com.qianwen.smartman.modules.andon.convert.AndonRecordConvert; |
| | | import com.qianwen.smartman.modules.andon.entity.AndonRecord; |
| | | import com.qianwen.smartman.modules.andon.entity.AndonRecordReason; |
| | |
| | | import com.qianwen.smartman.modules.andon.vo.AndonCallRecordResVO; |
| | | import com.qianwen.smartman.modules.andon.vo.AndonCallRecordSearchVO; |
| | | import com.qianwen.smartman.modules.resource.builder.oss.OssBuilder; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | @Service |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/service/impl/AndonCallRecordServiceImpl.class */ |
| | | public class AndonCallRecordServiceImpl implements IAndonCallRecordService { |
| | | private final IAndonRecordService recordService; |
| | | |
| | |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | @Service |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/service/impl/AndonRecordReasonServiceImpl.class */ |
| | | public class AndonRecordReasonServiceImpl extends BaseServiceImpl<AndonRecordReasonMapper, AndonRecordReason> implements IAndonRecordReasonService { |
| | | } |
| | |
| | | package com.qianwen.smartman.modules.andon.service.impl; |
| | | |
| | | import com.baomidou.mybatisplus.core.conditions.Wrapper; |
| | | import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.core.toolkit.Wrappers; |
| | | import java.lang.invoke.SerializedLambda; |
| | | import java.util.ArrayList; |
| | | import java.util.Arrays; |
| | | import java.util.Collections; |
| | |
| | | import java.util.Map; |
| | | import java.util.function.Function; |
| | | import java.util.stream.Collectors; |
| | | |
| | | import org.slf4j.Logger; |
| | | import org.slf4j.LoggerFactory; |
| | | import com.qianwen.smartman.common.cache.RegionCache; |
| | | import com.qianwen.smartman.common.constant.NotifyConstant; |
| | | import com.qianwen.smartman.common.utils.AbstractSqlAdapter; |
| | | import com.qianwen.smartman.common.utils.Lambda; |
| | | import com.qianwen.smartman.common.utils.MessageUtils; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | |
| | | import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.core.toolkit.Wrappers; |
| | | import com.qianwen.core.log.exception.ServiceException; |
| | | import com.qianwen.core.mp.base.BaseServiceImpl; |
| | | import com.qianwen.core.mp.support.Condition; |
| | | import com.qianwen.core.mp.support.Query; |
| | | import com.qianwen.core.tool.utils.DateUtil; |
| | | import com.qianwen.core.tool.utils.Func; |
| | | import com.qianwen.smartman.common.constant.NotifyConstant; |
| | | import com.qianwen.smartman.common.utils.AbstractSqlAdapter; |
| | | import com.qianwen.smartman.common.utils.Lambda; |
| | | import com.qianwen.smartman.common.utils.MessageUtils; |
| | | import com.qianwen.smartman.modules.andon.convert.AndonRecordConvert; |
| | | import com.qianwen.smartman.modules.andon.convert.AndonRecordReasonConvert; |
| | | import com.qianwen.smartman.modules.andon.entity.AndonRecord; |
| | |
| | | import com.qianwen.smartman.modules.notify.business.BusinessSend; |
| | | import com.qianwen.smartman.modules.notify.business.BusinessSendFactory; |
| | | import com.qianwen.smartman.modules.notify.dto.NotifyBusinessSendDTO; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | |
| | | @Service |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/service/impl/AndonRecordServiceImpl.class */ |
| | | public class AndonRecordServiceImpl extends BaseServiceImpl<AndonRecordMapper, AndonRecord> implements IAndonRecordService { |
| | | private static final Logger log = LoggerFactory.getLogger(AndonRecordServiceImpl.class); |
| | | private final IAndonRecordReasonService recordReasonService; |
| | |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | @Service |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/service/impl/AndonStatisticsServiceImpl.class */ |
| | | public class AndonStatisticsServiceImpl implements IAndonStatisticsService { |
| | | private final IAndonRecordService recordService; |
| | | private final IWorkstationService workstationService; |
| | |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | @Service |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/andon/service/impl/DeviceAndonTypeServiceImpl.class */ |
| | | public class DeviceAndonTypeServiceImpl extends BladeServiceImpl<DeviceAndonTypeMapper, DeviceAndonType> implements IDeviceAndonTypeService { |
| | | } |
| | |
| | | @RestController |
| | | @NonDS |
| | | @ConditionalOnProperty(value = {"social.enabled"}, havingValue = FmsConstant.AUTOMATIC) |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/auth/endpoint/BladeSocialEndpoint.class */ |
| | | public class BladeSocialEndpoint { |
| | | private static final Logger log = LoggerFactory.getLogger(BladeSocialEndpoint.class); |
| | | |
| | |
| | | @RestController |
| | | @NonDS |
| | | @ApiSort(1) |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/auth/endpoint/BladeTokenEndPoint.class */ |
| | | public class BladeTokenEndPoint { |
| | | private final BladeRedis bladeRedis; |
| | | private final JwtProperties jwtProperties; |
| | |
| | | @RequestMapping({"blade-auth"}) |
| | | @Api(value = "钉钉企微微应用三方登陆", tags = {"钉钉企微微应用三方登陆"}) |
| | | @RestController |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/auth/endpoint/MicroAppAuthEndpoint.class */ |
| | | public class MicroAppAuthEndpoint { |
| | | private MicroAppAuthService microAppAuthService; |
| | | |
| | |
| | | @RestController |
| | | @NonDS |
| | | @ApiSort(RegionCache.VILLAGE_LEVEL) |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/auth/endpoint/OuterAppScanEndpoint.class */ |
| | | public class OuterAppScanEndpoint { |
| | | private final IDingSyncService dingSyncService; |
| | | private final OuterAppScanService outerAppScanService; |
| | |
| | | @RestController |
| | | @NonDS |
| | | @ApiSort(1) |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/auth/endpoint/ResourceTokenEndPoint.class */ |
| | | public class ResourceTokenEndPoint { |
| | | @PostMapping({"/resource/{resourceType}/token"}) |
| | | @ApiLog("登录资源验证") |
| | |
| | | package com.qianwen.smartman.modules.auth.enums; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/auth/enums/AccountType.class */ |
| | | public enum AccountType { |
| | | account, |
| | | employee |
| | |
| | | |
| | | import com.qianwen.smartman.modules.auth.utils.TokenUtil; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/auth/enums/UserEnum.class */ |
| | | public enum UserEnum { |
| | | WEB(TokenUtil.DEFAULT_USER_TYPE, 1), |
| | | APP("app", 2), |
| | |
| | | import org.springframework.stereotype.Component; |
| | | |
| | | @Component |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/auth/granter/CaptchaTokenGranter.class */ |
| | | public class CaptchaTokenGranter implements ITokenGranter { |
| | | public static final String GRANT_TYPE = "captcha"; |
| | | public static final Integer FAIL_COUNT = 5; |
| | |
| | | package com.qianwen.smartman.modules.auth.granter; |
| | | |
| | | import com.baomidou.mybatisplus.core.conditions.Wrapper; |
| | | import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; |
| | | import org.springframework.stereotype.Component; |
| | | |
| | | import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
| | | import io.jsonwebtoken.Claims; |
| | | import java.lang.invoke.SerializedLambda; |
| | | import com.qianwen.core.secure.utils.AuthUtil; |
| | | import com.qianwen.core.tool.support.Kv; |
| | | import com.qianwen.core.tool.utils.Func; |
| | |
| | | import com.qianwen.smartman.modules.system.service.IRoleService; |
| | | import com.qianwen.smartman.modules.system.service.IUserOauthService; |
| | | import com.qianwen.smartman.modules.system.service.IUserService; |
| | | import org.springframework.stereotype.Component; |
| | | |
| | | import io.jsonwebtoken.Claims; |
| | | |
| | | @Component |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/auth/granter/EmployeeTokenGranter.class */ |
| | | public class EmployeeTokenGranter implements ITokenGranter { |
| | | public static final String GRANT_TYPE = "employee"; |
| | | private final IEmployeeService employeeService; |
| | |
| | | package com.qianwen.smartman.modules.auth.granter; |
| | | |
| | | import com.baomidou.mybatisplus.core.conditions.Wrapper; |
| | | import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; |
| | | import org.springframework.stereotype.Component; |
| | | |
| | | import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
| | | import io.jsonwebtoken.Claims; |
| | | import java.lang.invoke.SerializedLambda; |
| | | import com.qianwen.smartman.common.constant.CommonConstant; |
| | | import com.qianwen.core.secure.utils.AuthUtil; |
| | | import com.qianwen.core.tool.support.Kv; |
| | | import com.qianwen.core.tool.utils.Func; |
| | | import com.qianwen.core.tool.utils.WebUtil; |
| | | import com.qianwen.smartman.common.constant.CommonConstant; |
| | | import com.qianwen.smartman.modules.auth.provider.ITokenGranter; |
| | | import com.qianwen.smartman.modules.auth.provider.TokenParameter; |
| | | import com.qianwen.smartman.modules.cps.entity.Machine; |
| | | import com.qianwen.smartman.modules.cps.service.IMachineService; |
| | | import com.qianwen.smartman.modules.system.entity.User; |
| | | import com.qianwen.smartman.modules.system.entity.UserInfo; |
| | | import org.springframework.stereotype.Component; |
| | | |
| | | import io.jsonwebtoken.Claims; |
| | | |
| | | @Component |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/auth/granter/MachineTokenGranter.class */ |
| | | public class MachineTokenGranter implements ITokenGranter { |
| | | public static final String GRANT_TYPE = "machine"; |
| | | private final IMachineService machineService; |
| | |
| | | import org.springframework.stereotype.Component; |
| | | |
| | | @Component |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/auth/granter/RefreshTokenGranter.class */ |
| | | public class RefreshTokenGranter implements ITokenGranter { |
| | | public static final String GRANT_TYPE = "refresh_token"; |
| | | private final IUserService userService; |
| | |
| | | |
| | | import com.qianwen.smartman.modules.system.entity.UserInfo; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/auth/provider/ITokenGranter.class */ |
| | | public interface ITokenGranter { |
| | | UserInfo grant(TokenParameter tokenParameter); |
| | | } |
| | |
| | | import com.qianwen.smartman.modules.auth.granter.RefreshTokenGranter; |
| | | import com.qianwen.smartman.modules.auth.granter.SocialTokenGranter; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/auth/provider/TokenGranterBuilder.class */ |
| | | public class TokenGranterBuilder { |
| | | private static final Map<String, ITokenGranter> GRANTER_POOL = new ConcurrentHashMap(); |
| | | |
| | |
| | | |
| | | import com.qianwen.core.tool.support.Kv; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/auth/provider/TokenParameter.class */ |
| | | public class TokenParameter { |
| | | private Kv args = Kv.create(); |
| | | |
| | |
| | | import org.springframework.stereotype.Component; |
| | | |
| | | @Component |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/auth/service/SocialDbProperties.class */ |
| | | public class SocialDbProperties implements ISocialProperties { |
| | | private final IOuterAppConfigService outerAppConfigService; |
| | | |
| | |
| | | import com.qianwen.smartman.modules.system.entity.User; |
| | | import com.qianwen.smartman.modules.system.entity.UserInfo; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/auth/utils/TokenUtil.class */ |
| | | public class TokenUtil { |
| | | public static final String DEPT_HEADER_KEY = "Dept-Id"; |
| | | public static final String ROLE_HEADER_KEY = "Role-Id"; |
| | |
| | | import com.qianwen.smartman.modules.sync.constant.OuterAppConfigConstant; |
| | | import com.qianwen.smartman.modules.sync.entity.OuterAppConfig; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/auth/vo/AuthConfigVO.class */ |
| | | public class AuthConfigVO { |
| | | private String appid; |
| | | private String agentId; |
| | |
| | | import org.springframework.context.annotation.Configuration; |
| | | |
| | | @Configuration |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/Config/MybatisPlusConfig.class */ |
| | | public class MybatisPlusConfig { |
| | | } |
| | |
| | | package com.qianwen.smartman.modules.coproduction.constant; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/constant/PlanExcelConstant.class */ |
| | | public interface PlanExcelConstant { |
| | | public static final String REMIND_1 = "填写须知:"; |
| | | public static final String REMIND_2 = "一. 请勿修改表格结构;"; |
| | |
| | | @Api(value = "计划工单管理", tags = {"计划工单管理"}) |
| | | @ApiResource({"blade-coproduction/order"}) |
| | | @RestController |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/controller/OrderController.class */ |
| | | public class OrderController extends BladeController { |
| | | private final IOrderService orderService; |
| | | |
| | |
| | | @Api(value = "blade_order_process管理", tags = {"blade_order_process管理"}) |
| | | @ApiResource({"blade-coproduction/order-process"}) |
| | | @RestController |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/controller/OrderProcessController.class */ |
| | | public class OrderProcessController extends BladeController { |
| | | private final IOrderProcessService orderProcessService; |
| | | |
| | |
| | | @Api(value = "blade_order_report_record管理", tags = {"blade_order_report_record管理"}) |
| | | @ApiResource({"blade-coproduction/order-report-record"}) |
| | | @RestController |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/controller/OrderReportRecordController.class */ |
| | | public class OrderReportRecordController extends BladeController { |
| | | private final IOrderReportRecordService orderReportRecordService; |
| | | |
| | |
| | | @Api(value = "blade_order_workstation管理", tags = {"blade_order_workstation管理"}) |
| | | @ApiResource({"blade-coproduction/order-workstation"}) |
| | | @RestController |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/controller/OrderWorkstationController.class */ |
| | | public class OrderWorkstationController extends BladeController { |
| | | private final IOrderWorkstationService orderWorkstationService; |
| | | |
| | |
| | | @Api(value = "blade_plan管理", tags = {"blade_plan管理"}) |
| | | @ApiResource({"blade-coproduction/plan"}) |
| | | @RestController |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/controller/PlanController.class */ |
| | | public class PlanController extends BladeController { |
| | | private final IPlanService planService; |
| | | private final HandlerFieldSqlParse handlerFieldSqlParse; |
| | |
| | | @Api(value = "计划工序管理", tags = {"计划工序管理"}) |
| | | @ApiResource({"blade-coproduction/plan-process"}) |
| | | @RestController |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/controller/PlanProcessController.class */ |
| | | public class PlanProcessController extends BladeController { |
| | | private IPlanProcessService planProcessService; |
| | | |
| | |
| | | import com.qianwen.smartman.modules.coproduction.vo.OrderVO; |
| | | |
| | | @Mapper |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/convert/OrderConvert.class */ |
| | | public interface OrderConvert { |
| | | public static final OrderConvert INSTANCE = (OrderConvert) Mappers.getMapper(OrderConvert.class); |
| | | |
| | |
| | | import com.qianwen.smartman.modules.coproduction.vo.OrderProcessVO; |
| | | |
| | | @Mapper |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/convert/OrderProcessConvert.class */ |
| | | public interface OrderProcessConvert { |
| | | public static final OrderProcessConvert INSTANCE = (OrderProcessConvert) Mappers.getMapper(OrderProcessConvert.class); |
| | | |
| | |
| | | import com.qianwen.smartman.modules.coproduction.vo.OrderReportRecordVO; |
| | | |
| | | @Mapper |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/convert/OrderReportRecordConvert.class */ |
| | | public interface OrderReportRecordConvert { |
| | | public static final OrderReportRecordConvert INSTANCE = (OrderReportRecordConvert) Mappers.getMapper(OrderReportRecordConvert.class); |
| | | |
| | |
| | | import com.qianwen.smartman.modules.coproduction.vo.OrderWorkstationVO; |
| | | |
| | | @Mapper |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/convert/OrderWorkstationConvert.class */ |
| | | public interface OrderWorkstationConvert { |
| | | public static final OrderWorkstationConvert INSTANCE = (OrderWorkstationConvert) Mappers.getMapper(OrderWorkstationConvert.class); |
| | | |
| | |
| | | import com.qianwen.smartman.modules.system.constant.SystemFieldConstant; |
| | | |
| | | @Mapper |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/convert/PlanConvert.class */ |
| | | public interface PlanConvert { |
| | | public static final PlanConvert INSTANCE = (PlanConvert) Mappers.getMapper(PlanConvert.class); |
| | | |
| | |
| | | import com.qianwen.smartman.modules.coproduction.vo.PlanProcessVO; |
| | | |
| | | @Mapper |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/convert/PlanProcessConvert.class */ |
| | | public interface PlanProcessConvert { |
| | | public static final PlanProcessConvert INSTANCE = (PlanProcessConvert) Mappers.getMapper(PlanProcessConvert.class); |
| | | |
| | |
| | | import com.qianwen.smartman.modules.coproduction.dto.ReportParallelProcessDTO; |
| | | |
| | | @Mapper |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/convert/ReportConvert.class */ |
| | | public interface ReportConvert { |
| | | public static final ReportConvert INSTANCE = (ReportConvert) Mappers.getMapper(ReportConvert.class); |
| | | |
| | |
| | | import com.qianwen.smartman.modules.system.dto.CustomTemplateFieldRelationDTO; |
| | | import com.qianwen.smartman.modules.system.entity.CustomTemplate; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/dto/CheckParamDTO.class */ |
| | | public class CheckParamDTO { |
| | | private CustomTemplate customTemplate; |
| | | private Map<String, CustomTemplateFieldRelationDTO> relationMap; |
| | |
| | | |
| | | import com.qianwen.smartman.common.constant.CommonConstant; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/dto/CheckResultDTO.class */ |
| | | public class CheckResultDTO { |
| | | private Integer code; |
| | | private String json; |
| | |
| | | import java.io.Serializable; |
| | | import com.qianwen.smartman.modules.coproduction.vo.OrderProcessStartResultVO; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/dto/CheckSingleWorkstationDTO.class */ |
| | | public class CheckSingleWorkstationDTO implements Serializable { |
| | | @ApiModelProperty("是否结束") |
| | | private Boolean flag; |
| | |
| | | |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/dto/IsEditDTO.class */ |
| | | public class IsEditDTO { |
| | | @ApiModelProperty("是否编辑报工记录") |
| | | private Boolean isEdit; |
| | |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import java.io.Serializable; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/dto/JuxtapositionReportDTO.class */ |
| | | public class JuxtapositionReportDTO implements Serializable { |
| | | @ApiModelProperty("报工记录id") |
| | | private Long recordId; |
| | |
| | | import javax.validation.constraints.NotBlank; |
| | | import javax.validation.constraints.NotNull; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/dto/OrderProcessReportWorkDTO.class */ |
| | | public class OrderProcessReportWorkDTO { |
| | | @ApiModelProperty("主序id(当主序id不为空时,代表工序是子序)") |
| | | private Long mainSequenceId; |
| | |
| | | import com.qianwen.smartman.modules.coproduction.entity.OrderReportRecord; |
| | | import com.qianwen.smartman.modules.coproduction.entity.OrderWorkstation; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/dto/OrderRecordAndWorkStationDTO.class */ |
| | | public class OrderRecordAndWorkStationDTO { |
| | | @ApiModelProperty(ExcelConstant.ORDER_REPORT_RECORD) |
| | | private List<OrderReportRecord> reportRecords; |
| | |
| | | |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/dto/OrderRecordInfoDTO.class */ |
| | | public class OrderRecordInfoDTO { |
| | | @ApiModelProperty("工单id") |
| | | private Long orderId; |
| | |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import java.io.Serializable; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/dto/OrderReportDTO.class */ |
| | | public class OrderReportDTO implements Serializable { |
| | | @ApiModelProperty("计划id") |
| | | private String planId; |
| | |
| | | |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/dto/ParallelNumDTO.class */ |
| | | public class ParallelNumDTO { |
| | | @ApiModelProperty("报工数量 = 累计合格 + 累计报废") |
| | | private Integer reportNum; |
| | |
| | | import com.qianwen.smartman.modules.coproduction.entity.Order; |
| | | import com.qianwen.smartman.modules.coproduction.entity.Plan; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/dto/PlanAndOrderDTO.class */ |
| | | public class PlanAndOrderDTO { |
| | | @ApiModelProperty("计划信息") |
| | | private Plan plan; |
| | |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import com.qianwen.smartman.modules.coproduction.vo.PlanCraftVersionVO; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/dto/PlanCraftDTO.class */ |
| | | public class PlanCraftDTO { |
| | | @ApiModelProperty("工艺路线id") |
| | | private Long craftId; |
| | |
| | | package com.qianwen.smartman.modules.coproduction.dto; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/dto/PlanExportDTO.class */ |
| | | public class PlanExportDTO { |
| | | private String parentId; |
| | | private String code; |
| | |
| | | import com.qianwen.smartman.modules.cps.entity.Product; |
| | | import com.qianwen.smartman.modules.system.entity.CustomTemplate; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/dto/PlanImportCheckMapDTO.class */ |
| | | public class PlanImportCheckMapDTO { |
| | | Map<String, CraftRouting> craftMap = new HashMap(); |
| | | Map<Long, Map<String, Long>> craftVersionMap = new HashMap(); |
| | |
| | | |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/dto/PlanProcessDTO.class */ |
| | | public class PlanProcessDTO { |
| | | @ApiModelProperty("计划工序id") |
| | | private Long planProcessId; |
| | |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import com.qianwen.core.mp.base.BaseEntity; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/dto/PlanProcessInfoDTO.class */ |
| | | public class PlanProcessInfoDTO extends BaseEntity { |
| | | private static final long serialVersionUID = 1; |
| | | @ApiModelProperty("租户id") |
| | |
| | | package com.qianwen.smartman.modules.coproduction.dto; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/dto/PlanProductTypeDTO.class */ |
| | | public class PlanProductTypeDTO { |
| | | private String productId; |
| | | private String productTypeName; |
| | |
| | | |
| | | import java.util.List; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/dto/ProductionCraftVersionDTO.class */ |
| | | public class ProductionCraftVersionDTO { |
| | | List<Long> bomIds; |
| | | } |
| | |
| | | package com.qianwen.smartman.modules.coproduction.dto; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/dto/ReportParallelProcessDTO.class */ |
| | | public class ReportParallelProcessDTO extends OrderProcessReportWorkDTO { |
| | | @Override // org.springblade.modules.coproduction.dto.OrderProcessReportWorkDTO |
| | | @Override |
| | | public boolean equals(final Object o) { |
| | | if (o == this) { |
| | | return true; |
| | |
| | | return false; |
| | | } |
| | | |
| | | @Override // org.springblade.modules.coproduction.dto.OrderProcessReportWorkDTO |
| | | @Override |
| | | protected boolean canEqual(final Object other) { |
| | | return other instanceof ReportParallelProcessDTO; |
| | | } |
| | | |
| | | @Override // org.springblade.modules.coproduction.dto.OrderProcessReportWorkDTO |
| | | @Override |
| | | public int hashCode() { |
| | | return 1; |
| | | } |
| | | |
| | | @Override // org.springblade.modules.coproduction.dto.OrderProcessReportWorkDTO |
| | | @Override |
| | | public String toString() { |
| | | return "ReportParallelProcessDTO()"; |
| | | } |
| | |
| | | import com.qianwen.smartman.modules.coproduction.entity.OrderWorkstation; |
| | | import com.qianwen.smartman.modules.coproduction.entity.Plan; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/dto/ReportSourceDTO.class */ |
| | | public class ReportSourceDTO { |
| | | private Map<Long, OrderReportRecord> startRecordsMap; |
| | | private Map<Long, Plan> planMap; |
| | |
| | | import javax.validation.constraints.NotBlank; |
| | | import javax.validation.constraints.NotNull; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/dto/ReportWorkDTO.class */ |
| | | public class ReportWorkDTO { |
| | | @NotBlank(message = "计划id必传") |
| | | @ApiModelProperty("计划id") |
| | |
| | | import java.io.Serializable; |
| | | import java.util.List; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/dto/ReportWorkDetailDTO.class */ |
| | | public class ReportWorkDetailDTO implements Serializable { |
| | | @ApiModelProperty("报工详情头信息") |
| | | private OrderReportDTO reportDTO; |
| | |
| | | import com.qianwen.smartman.modules.coproduction.vo.OrderProcessStartResultVO; |
| | | import com.qianwen.smartman.modules.coproduction.vo.OrderProcessStartWorkstationVO; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/dto/ResultByStartDTO.class */ |
| | | public class ResultByStartDTO { |
| | | @ApiModelProperty("可开工工位Id集合") |
| | | private List<Long> canStartWorkstationIdList; |
| | |
| | | |
| | | @ApiModel(value = "Order对象", description = "计划工单") |
| | | @TableName("blade_order") |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/entity/Order.class */ |
| | | public class Order extends BaseEntity { |
| | | private static final long serialVersionUID = 1; |
| | | @ApiModelProperty("所属租户") |
| | |
| | | |
| | | @ApiModel(value = "OrderProcess对象", description = "blade_order_process") |
| | | @TableName("blade_order_process") |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/entity/OrderProcess.class */ |
| | | public class OrderProcess extends BaseEntity { |
| | | private static final long serialVersionUID = 1; |
| | | @ApiModelProperty("租户ID") |
| | |
| | | |
| | | @ApiModel(value = "OrderReportRecord对象", description = "blade_order_report_record") |
| | | @TableName("blade_order_report_record") |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/entity/OrderReportRecord.class */ |
| | | public class OrderReportRecord extends BaseEntity { |
| | | private static final long serialVersionUID = 1; |
| | | @ApiModelProperty("租户ID") |
| | |
| | | |
| | | @ApiModel(value = "OrderWorkstation对象", description = "blade_order_workstation") |
| | | @TableName("blade_order_workstation") |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/entity/OrderWorkstation.class */ |
| | | public class OrderWorkstation extends BaseEntity { |
| | | private static final long serialVersionUID = 1; |
| | | @ApiModelProperty("租户ID") |
| | |
| | | |
| | | @ApiModel(value = "Plan对象", description = "blade_plan") |
| | | @TableName("blade_plan") |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/entity/Plan.class */ |
| | | public class Plan extends BaseEntity { |
| | | private static final long serialVersionUID = 1; |
| | | @ApiModelProperty("计划类型名称") |
| | |
| | | |
| | | @ApiModel(value = "PlanProcess对象", description = "计划工序") |
| | | @TableName("blade_plan_process") |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/entity/PlanProcess.class */ |
| | | public class PlanProcess extends BaseEntity { |
| | | private static final long serialVersionUID = 1; |
| | | @ApiModelProperty("租户id") |
| | |
| | | import com.qianwen.smartman.common.constant.CommonConstant; |
| | | import com.qianwen.core.tool.utils.Func; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/enums/CoProductionEnum.class */ |
| | | public class CoProductionEnum { |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/enums/CoProductionEnum$WhetherTest.class */ |
| | | |
| | | public enum WhetherTest { |
| | | NO(0, "否"), |
| | | YES(1, "是"); |
| | |
| | | package com.qianwen.smartman.modules.coproduction.enums; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/enums/OrderProcessStatusEnum.class */ |
| | | public enum OrderProcessStatusEnum { |
| | | TO_BE_PROCESSED(1, "待加工"), |
| | | IN_PROCESS(2, "加工中"), |
| | |
| | | package com.qianwen.smartman.modules.coproduction.enums; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/enums/OrderReportRecordStatusEnum.class */ |
| | | public enum OrderReportRecordStatusEnum { |
| | | STARTED(0, "开工"), |
| | | FINISHED(1, "完工"); |
| | |
| | | package com.qianwen.smartman.modules.coproduction.enums; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/enums/OrderStatusEnum.class */ |
| | | public enum OrderStatusEnum { |
| | | NOT_STARTED(1, "待加工"), |
| | | IN_EXECUTION(2, "加工中"), |
| | |
| | | |
| | | import com.qianwen.core.tool.utils.Func; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/enums/PlanCategoryEnum.class */ |
| | | public enum PlanCategoryEnum { |
| | | PRODUCTION(1, "生产计划"), |
| | | MATERIAL(2, "来料计划"); |
| | |
| | | package com.qianwen.smartman.modules.coproduction.enums; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/enums/PlanStatusEnum.class */ |
| | | public enum PlanStatusEnum { |
| | | WAIT_PUBLISH(1, "待派工"), |
| | | WAIT_MACHINE(2, "待加工"), |
| | |
| | | package com.qianwen.smartman.modules.coproduction.enums; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/enums/WorkstationStatusEnum.class */ |
| | | public enum WorkstationStatusEnum { |
| | | UNDRESSED(1, "未加工"), |
| | | started(2, "已开工"); |