delivery auto planning draft

This commit is contained in:
Michał Michaluk
2017-12-05 09:43:00 +01:00
parent 39a810e4b3
commit a10180609c
8 changed files with 89 additions and 26 deletions

View File

@@ -8,7 +8,7 @@ public class Demand {
Schema schema;
public enum Schema {
AtDayStart, Every3hours, TillDayEnd
AtDayStart, Every3hours, TillDayEnd, Twice
}
public static Demand nothingDemanded() {