feat: 变更 calculate 相关材料编码
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
from sqlalchemy import func
|
||||
|
||||
from calculators import Calculator
|
||||
from commons.models.data_fujian import DataFujian
|
||||
from commons.models.data_network import DataNetwork
|
||||
@@ -8,12 +6,11 @@ from commons.models.fuzhou_highway_bureau import FuzhouHighwayBureau
|
||||
from commons.models.fuzhou_transportation_bureau import FuzhouTransportationBureau
|
||||
from commons.models.price_result import PriceResult
|
||||
from commons.models.sanming_steel import SanmingSteel
|
||||
from commons.models.steel_rebar import SteelRebar
|
||||
|
||||
|
||||
class Reber300Calculator(Calculator):
|
||||
name = "光圆钢筋"
|
||||
material_id = "15.05.60.00"
|
||||
material_id = "2001001"
|
||||
unit = "t"
|
||||
spec = ""
|
||||
|
||||
|
Reference in New Issue
Block a user