@@ -21,4 +21,9 @@ public class ServiceNameConstants
* 文件服务的serviceid
*/
public static final String FILE_SERVICE = "boman-file";
+
+ /**
+ * 代生成服务的serviceid
+ */
+ public static final String GEN_SERVICE = "boman-gen";
}