3 changed files with 27 additions and 0 deletions
@ -0,0 +1,17 @@ |
|||
package com.epmet.constant; |
|||
|
|||
/** |
|||
* @author zhaoqifeng |
|||
* @dscription |
|||
* @date 2021/1/19 9:43 |
|||
*/ |
|||
public interface ThirdConstant { |
|||
/** |
|||
* 小程序 |
|||
*/ |
|||
String MINI = "mini"; |
|||
/** |
|||
* 第三方app |
|||
*/ |
|||
String APP = "app"; |
|||
} |
Loading…
Reference in new issue