| | |
| | | |
| | | namespace WIDESEAWCS_DTO.RGV.FOURBOT |
| | | { |
| | | public class CancelSXCTake |
| | | public class CancelSXCTake: FOURBOTInfo |
| | | { |
| | | /// <summary> |
| | | /// ä»»å¡å· |
| | | /// </summary> |
| | | public int taskID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åæ¶åå |
| | | /// </summary> |
| | | public string reason { get; set; }= ""; |
| | | ///// <summary> |
| | | ///// åæ¶åå |
| | | ///// </summary> |
| | | //public string reason { get; set; }= "NoNeed"; |
| | | |
| | | |
| | | /// <summary> |
| | |
| | | /// <summary> |
| | | /// 0é»è®¤åæ¶ï¼1å·²ç»å¼å§æ§è¡ï¼åä¸åæ¶ |
| | | /// </summary> |
| | | public int withoutRunning { get; set; } = 0; |
| | | public int withoutRunning { get; set; } = 1; |
| | | |
| | | } |
| | | } |