生产管理模块代码调整

This commit is contained in:
DEVICE8\12494
2023-05-12 22:58:16 +08:00
parent 85e7338669
commit 77bb079eee
31 changed files with 2315 additions and 1412 deletions

View File

@@ -15,11 +15,11 @@ namespace Tnb.EquipMgr.Entities.Dto
public string eqp_code { get; set; }
public string eqp_name { get; set; }
public string eqp_type_code { get; set; }
public string accept_status { get; set; }
public string supplier_code { get; set; }
//public string accept_status { get; set; }
//public string supplier_code { get; set; }
public string accept_date { get; set; }
public string install_date { get; set; }
public string use_department_code { get; set; }
//public string use_department_code { get; set; }
public string remark { get; set; }
}
}