alpha-global-constants 1.5.9 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1186,6 +1186,11 @@ var api;
|
|
1186
1186
|
api["HU_WELFARE_AUTO_UPDATE"] = "/api/HuWelfareAuto/Update";
|
1187
1187
|
api["HU_WELFARE_AUTO_DELETE_IDS"] = "/api/HuWelfareAuto/DeleteIds";
|
1188
1188
|
api["HU_WELFARE_AUTO_CALCULATE"] = "/api/HuWelfareAuto/Calculate?orgId=";
|
1189
|
+
// AT_SHIFT_PATTERN
|
1190
|
+
api["AT_SHIFT_PATTERN_CREATE"] = "/api/AtShiftPattern/Create";
|
1191
|
+
api["AT_SHIFT_PATTERN_READ"] = "/api/AtShiftPattern/GetById";
|
1192
|
+
api["AT_SHIFT_PATTERN_UPDATE"] = "/api/AtShiftPattern/Update";
|
1193
|
+
api["AT_SHIFT_PATTERN_DELETE"] = "/api/AtShiftPattern/Delete";
|
1189
1194
|
// AT_SHIFT_SORT
|
1190
1195
|
api["AT_SHIFT_SORT_GET_LIST"] = "/api/AtWorksign/GetList";
|
1191
1196
|
api["AT_SHIFT_SORT_READ"] = "/api/AtWorksign/GetById";
|