示例#1
0
文件: dbretail.py 项目: nomed/ebetl
    def disc(cls, price, disc):
        """"""

        return get_price_discount(price,disc)
示例#2
0
文件: dbretail.py 项目: nomed/ebetl
    def disc(self):
        """"""

        return get_price_discount(self.prezzonetto,self.stvariazionenetto)