|
@ -6,12 +6,12 @@ package com.digiwin.athena.app.ptc.service.production; |
|
|
*/ |
|
|
*/ |
|
|
public class ProductionUtil { |
|
|
public class ProductionUtil { |
|
|
|
|
|
|
|
|
public static final String PRODUCTION_TASK_GET =" demo.ptc.athenapot.production.task.get"; |
|
|
|
|
|
|
|
|
public static final String PRODUCTION_TASK_GET = "demo.ptc.athenapot.production.task.get"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public static final String PRODUCTION_TASK_UPDATE =" demo.ptc.athenapot.production.task.update"; |
|
|
|
|
|
|
|
|
public static final String PRODUCTION_TASK_UPDATE = "demo.ptc.athenapot.production.task.update"; |
|
|
|
|
|
|
|
|
public static final String PRODUCTION_TASK_CREATE ="demo.ptc.athenapot.production.task.create"; |
|
|
|
|
|
|
|
|
public static final String PRODUCTION_TASK_CREATE = "demo.ptc.athenapot.production.task.create"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public static final String KEY = "demo-ptc-athenaopt"; |
|
|
public static final String KEY = "demo-ptc-athenaopt"; |
|
|