This commit is contained in:
2026-04-07 09:51:38 +08:00
parent ecba4d726a
commit 00dcd6b6cc
36 changed files with 2857 additions and 505 deletions

View File

@ -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