清理要做的清单

This commit is contained in:
liming 蔡
2026-07-16 13:08:39 +08:00
parent 70f728a20f
commit aa454c63cc
3 changed files with 12 additions and 2 deletions
+2
View File
@@ -43,12 +43,14 @@ namespace JY.DAL
/// <param name="strDate2">结束时间</param>
/// <returns></returns>
List<AlarmData> GetAlarmData(string strDate1, string strDate2);
/// <summary>
/// 查询进站信息
/// </summary>
/// <param name="strCode"></param>
/// <returns></returns>
List<FeedingData> GetFeedingData(string strCode);
/// <summary>
/// 新增产品型号
/// </summary>
+2 -2
View File
@@ -250,6 +250,7 @@ namespace JY.Inspection.Frm
}
else//下料
{
// TODO 结果数据上传
foreach (DataGridViewRow row in dgvData.Rows)
{
if (Convert.ToBoolean(row.Cells[0].Value))
@@ -260,8 +261,7 @@ namespace JY.Inspection.Frm
return;
}
else
{
{
JY.MES.FMS.FMS_Out fMS_Out = new MES.FMS.FMS_Out();
//fMS_In.deviceCode = Global.systemConfig.eqp_code;
//fMS_In.houseCode = "test11";
+8
View File
@@ -47,6 +47,14 @@ namespace JY.Inspection.Mes
RespExitStation PostProductExitStationData(ReqExitStation req);
MesCallResult<RespLoginMes> LoginMes(ReqLoginMes req);
// TODO 上传设备状态信息
// TODO 上传设备报警信息
// TODO 能耗
// TODO 设备打标
}
public class MESDataCombin : IMes