sync testNuevo files from SmartDeveloper 20230414T220214

This commit is contained in:
SmartDeveloper(dehernandezm) 2023-04-14 16:02:16 -06:00
parent 3b517e53e5
commit 9b98105075
2 changed files with 1065 additions and 0 deletions

View File

@ -0,0 +1,28 @@
const testNuevoModel = () => {
return {
id_compania: "",
no_proyecto: "",
correlativo: "",
id_tipo_otro_gasto: "",
tipo_otro_gasto: "",
id_etapa_proyecto: "",
etapa_proyecto: "",
id_usuario: "",
usuario: "",
fecha_grabacion: "",
fecha: "",
fecha_en: "",
descripcion: "",
fecha_estimada: "",
fecha_estimada_formato: "",
fecha_estimada_en: "",
fecha_real: "",
fecha_real_formato: "",
fecha_real_en: "",
valor_total_estimado: "",
valor_total_real: ""
}
}
export default testNuevoModel

File diff suppressed because it is too large Load Diff