analystWithGoodPoint.py 224 B

123456789
  1. from algorithmContract.confBusiness import *
  2. from .analyst import Analyst
  3. class AnalystWithGoodPoint(Analyst):
  4. def selectLabCondition(self, conditions: list[str]):
  5. conditions.append(f"{Field_LableFlag} = 0")