4 changed files with 24 additions and 3 deletions
@ -0,0 +1,15 @@ |
|||
package com.epmet.commons.tools.constant; |
|||
|
|||
/** |
|||
* desc: |
|||
* |
|||
* @author: LiuJanJun |
|||
* @date: 2021/12/27 10:22 上午 |
|||
* @version: 1.0 |
|||
*/ |
|||
public interface CustomerIdConstant { |
|||
/** |
|||
* 市北生产-客户ID |
|||
*/ |
|||
String SHI_BEI_CUSTOMER_ID = "b09527201c4409e19d1dbc5e3c3429a1"; |
|||
} |
Loading…
Reference in new issue