pd9427
This commit is contained in:
@ -254,8 +254,12 @@ class PDRecordModel:
|
||||
ProjectName: str=""
|
||||
#生产配合比编号
|
||||
ProduceMixID: str=""
|
||||
#派单方量
|
||||
#设计方量
|
||||
BetonVolume: float=0.0
|
||||
#计划派单方量
|
||||
BetonVolume2: float=0.0
|
||||
#修改后的方量
|
||||
BetonVolumeUpd: float=0.0
|
||||
#实际派单方量
|
||||
FBetonVolume: float=0.0
|
||||
#实际派单方量
|
||||
@ -288,6 +292,11 @@ class PDRecordModel:
|
||||
EndTime: str=""
|
||||
#派单时间(下发)
|
||||
OptTime: str=""
|
||||
#扫描时间
|
||||
ScanTime: str=""
|
||||
#ErpID
|
||||
ErpID: str=""
|
||||
|
||||
|
||||
|
||||
@dataclass
|
||||
@ -348,4 +357,4 @@ class LEDInfo:
|
||||
# 白班拆模强度文本描述
|
||||
DayStrengthValue: str
|
||||
# 夜班拆模强度文本描述
|
||||
NihtStrengthValue: str
|
||||
NihtStrengthValue: str
|
||||
|
||||
Reference in New Issue
Block a user