BatchRobotNumInfo.cs 135 B

123456789
  1. namespace ET;
  2. public class BatchRobotNumInfo
  3. {
  4. public int BatchId;
  5. //还剩余多少个机器人
  6. public int RobotCount;
  7. }