Browse Source

feat:接口修正

master
郑贵龙 1 year ago
parent
commit
9f8128b577
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/ptc/service/production/ProductionUtil.java

+ 3
- 3
demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/ptc/service/production/ProductionUtil.java View File

@ -6,12 +6,12 @@ package com.digiwin.athena.app.ptc.service.production;
*/
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";


Loading…
Cancel
Save