1234567891011121314151617181920 |
- package com.emato.cus.supervise.constant;
- /**
- * @author Scott Chen
- * @version 1.0
- * 2017-10-28 10:49
- */
- public class CommonConstant {
- /**
- * 创建人编码
- */
- public static final String createSn = "1";
- /**
- * 修改人编码
- */
- public static final String moderSn = "1";
- }
|