|
|
@ -68,7 +68,7 @@ class EntityClientCellUser(Base):
|
|
|
|
client_id = Column(String(50), comment="终端ID")
|
|
|
|
client_id = Column(String(50), comment="终端ID")
|
|
|
|
client_code = Column(String(50), comment="终端编号")
|
|
|
|
client_code = Column(String(50), comment="终端编号")
|
|
|
|
user_id = Column(String(50), comment="用户ID")
|
|
|
|
user_id = Column(String(50), comment="用户ID")
|
|
|
|
|
|
|
|
is_add = Column(Integer, comment="", default=0)
|
|
|
|
|
|
|
|
|
|
|
|
class EntityClientUser(Base):
|
|
|
|
class EntityClientUser(Base):
|
|
|
|
__tablename__ = "rms_client_user"
|
|
|
|
__tablename__ = "rms_client_user"
|
|
|
@ -113,7 +113,6 @@ class EntityClientCell(Base):
|
|
|
|
cell_code = Column(String(50), comment="抽屉码")
|
|
|
|
cell_code = Column(String(50), comment="抽屉码")
|
|
|
|
client_id = Column(String(50), comment="终端id")
|
|
|
|
client_id = Column(String(50), comment="终端id")
|
|
|
|
cell_speci = Column(String(50), comment="单元格")
|
|
|
|
cell_speci = Column(String(50), comment="单元格")
|
|
|
|
is_add = Column(Integer, comment="", default=0)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if __name__ == '__main__':
|
|
|
|
if __name__ == '__main__':
|
|
|
|