UI 패널 활성화 토글 기능 개발
This commit is contained in:
@@ -51,6 +51,20 @@ using UnityEngine.Networking;
|
||||
/// </summary>
|
||||
namespace CHN
|
||||
{
|
||||
public class WorkTimeRequesttBody
|
||||
{
|
||||
public string startDate;
|
||||
public string endDate;
|
||||
public string MCHCD;
|
||||
public string WO;
|
||||
}
|
||||
public class WorkConditionsRequestBody
|
||||
{
|
||||
public string startDate;
|
||||
public string endDate;
|
||||
public string MCHCD;
|
||||
public string WO;
|
||||
}
|
||||
public class HTTPRequester : Protocol, ISingle, IOptionable
|
||||
{
|
||||
public Action<MachineKPIData> onMachineKPIData;
|
||||
|
||||
Reference in New Issue
Block a user