示例#1
0
 def datanascimento(self: object) -> str:
     return date_para_str(self.__datanascimento)
示例#2
0
 def datacadastro(self: object) -> str:
     return date_para_str(self.__datacadastro)
示例#3
0
 def data_nasci(self: object) -> str:
     return date_para_str(self.__data_nasci)