1121
This commit is contained in:
@ -308,3 +308,41 @@ class PDRecordModel:
|
||||
CreateTime: str=""
|
||||
#派单时间(下发)
|
||||
OptTime: str=""
|
||||
|
||||
@dataclass
|
||||
class LEDInfo:
|
||||
"""LED信息模型"""
|
||||
# 任务单号
|
||||
TaskID: str
|
||||
# 盘方量
|
||||
PlateVolume: str
|
||||
# 模具编号
|
||||
MouldCode: str
|
||||
# 生产投料时间
|
||||
ProduceStartTime: str
|
||||
# 管片编号
|
||||
ArtifactID: str
|
||||
# 环类型编码(无)
|
||||
RingTypeCode: str
|
||||
# 累计盘次
|
||||
PlateIDSerial: str
|
||||
# 检验结果
|
||||
CheckResult: str
|
||||
# 高斗称值(无)
|
||||
UpperWeight:float
|
||||
# 砼出料温度温度
|
||||
Temper: str
|
||||
# 车间温度
|
||||
WorkshopTemperature: str
|
||||
# 低桶称量值
|
||||
LowBucketWeighingValue: str
|
||||
# 振动频率
|
||||
VibrationFrequency: str
|
||||
# 总计量
|
||||
TotMete: str
|
||||
# 已浇筑方量
|
||||
BetonVolumeAlready: str
|
||||
# 水温
|
||||
WaterTemperature: str
|
||||
# 配方比例
|
||||
FormulaProportion: str
|
||||
Reference in New Issue
Block a user