模具保养

This commit is contained in:
qianjiawei
2023-12-01 16:21:23 +08:00
parent 955c47da6f
commit fdefdeba97
3 changed files with 46 additions and 11 deletions

View File

@@ -37,4 +37,10 @@
public string result { get; set; }
}
public class MaintainItemResult
{
public string item_name { get; set; }
public string group_name { get; set; }
public string result { get; set; }
}
}

View File

@@ -16,5 +16,6 @@
public string plan_start_time { get; set; }
public string starttime { get; set; }
public string finishtime { get; set; }
}
}