parent
3eafa13e5d
commit
0157631aaf
22 changed files with 202 additions and 97 deletions
@ -0,0 +1,26 @@ |
||||
package org.springblade.erpdata.cache; |
||||
|
||||
/** |
||||
* 字典缓存工具类 |
||||
* |
||||
* @author Chill |
||||
*/ |
||||
public class DictCache { |
||||
|
||||
private static final String DICT_ID = "dict:id:"; |
||||
private static final String DICT_KEY = "dict:key:"; |
||||
private static final String DICT_VALUE = "dict:value:"; |
||||
private static final String DICT_LIST = "dict:list:"; |
||||
|
||||
private static final Boolean TENANT_MODE = Boolean.FALSE; |
||||
|
||||
// private static IDictClient dictClient;
|
||||
//
|
||||
// private static IDictClient getDictClient() {
|
||||
// if (dictClient == null) {
|
||||
// dictClient = SpringUtil.getBean(IDictClient.class);
|
||||
// }
|
||||
// return dictClient;
|
||||
// }
|
||||
|
||||
} |
||||
@ -0,0 +1,22 @@ |
||||
package org.springblade.erpdata.constant; |
||||
|
||||
/** |
||||
* 字典常量. |
||||
* |
||||
* @author zhuangqian |
||||
*/ |
||||
public interface DictConstant { |
||||
|
||||
String SEX_CODE = "sex"; |
||||
|
||||
String NOTICE_CODE = "notice"; |
||||
|
||||
String MENU_CATEGORY_CODE = "menu_category"; |
||||
|
||||
String BUTTON_FUNC_CODE = "button_func"; |
||||
|
||||
String YES_NO_CODE = "yes_no"; |
||||
|
||||
String FLOW_CATEGORY_CODE = "flow_category"; |
||||
|
||||
} |
||||
@ -0,0 +1,10 @@ |
||||
package org.springblade.erpdata.pojo.dto.table; |
||||
|
||||
/** |
||||
* 对应ERP中表 t_prtbasdef |
||||
* |
||||
* @author lqk |
||||
* @date 2026-01-16 17:32 |
||||
*/ |
||||
public class Prtbasdef { |
||||
} |
||||
@ -0,0 +1,10 @@ |
||||
package org.springblade.erpdata.pojo.dto.table; |
||||
|
||||
/** |
||||
* 对应ERP中表 t_prtmsg |
||||
* |
||||
* @author lqk |
||||
* @date 2026-01-16 17:32 |
||||
*/ |
||||
public class Prtmsg { |
||||
} |
||||
@ -0,0 +1,10 @@ |
||||
package org.springblade.erpdata.pojo.dto.table; |
||||
|
||||
/** |
||||
* 对应ERP中表 t_rbwoerptomes |
||||
* |
||||
* @author lqk |
||||
* @date 2026-01-16 17:32 |
||||
*/ |
||||
public class Rrbwoerptomes { |
||||
} |
||||
@ -0,0 +1,10 @@ |
||||
package org.springblade.erpdata.pojo.dto.table; |
||||
|
||||
/** |
||||
* 对应ERP中表 t_wo |
||||
* |
||||
* @author lqk |
||||
* @date 2026-01-16 17:32 |
||||
*/ |
||||
public class Wo { |
||||
} |
||||
@ -0,0 +1,10 @@ |
||||
package org.springblade.erpdata.pojo.dto.view; |
||||
|
||||
/** |
||||
* 对应ERP中视图 v_mes_rb_pacturnrecord |
||||
* |
||||
* @author lqk |
||||
* @date 2026-01-16 17:34 |
||||
*/ |
||||
public class MesRbPacturnrecord { |
||||
} |
||||
@ -0,0 +1,10 @@ |
||||
package org.springblade.erpdata.pojo.dto.view; |
||||
|
||||
/** |
||||
* 对应ERP中视图 v_mes_rb_partoplink |
||||
* |
||||
* @author lqk |
||||
* @date 2026-01-16 17:34 |
||||
*/ |
||||
public class MesRbPartoplink { |
||||
} |
||||
@ -0,0 +1,10 @@ |
||||
package org.springblade.erpdata.pojo.dto.view; |
||||
|
||||
/** |
||||
* 对应ERP中视图 v_mes_rb_pk |
||||
* |
||||
* @author lqk |
||||
* @date 2026-01-16 17:34 |
||||
*/ |
||||
public class MesRbPk { |
||||
} |
||||
@ -0,0 +1,10 @@ |
||||
package org.springblade.erpdata.pojo.dto.view; |
||||
|
||||
/** |
||||
* 对应ERP中视图 v_mes_rb_purtoso |
||||
* |
||||
* @author lqk |
||||
* @date 2026-01-16 17:34 |
||||
*/ |
||||
public class MesRbPurtoso { |
||||
} |
||||
@ -0,0 +1,10 @@ |
||||
package org.springblade.erpdata.pojo.dto.view; |
||||
|
||||
/** |
||||
* 对应ERP中视图 v_mes_rb_sjso |
||||
* |
||||
* @author lqk |
||||
* @date 2026-01-16 17:34 |
||||
*/ |
||||
public class MesRbSjso { |
||||
} |
||||
@ -0,0 +1,10 @@ |
||||
package org.springblade.erpdata.pojo.dto.view; |
||||
|
||||
/** |
||||
* 对应ERP中视图 v_mes_rb_sodelrecwx |
||||
* |
||||
* @author lqk |
||||
* @date 2026-01-16 17:34 |
||||
*/ |
||||
public class MesRbSodelrecwx { |
||||
} |
||||
@ -0,0 +1,10 @@ |
||||
package org.springblade.erpdata.pojo.dto.view; |
||||
|
||||
/** |
||||
* 对应ERP中视图 v_mes_rb_sodelreczg |
||||
* |
||||
* @author lqk |
||||
* @date 2026-01-16 17:34 |
||||
*/ |
||||
public class MesRbSodelreczg { |
||||
} |
||||
@ -0,0 +1,10 @@ |
||||
package org.springblade.erpdata.pojo.dto.view; |
||||
|
||||
/** |
||||
* 对应ERP中视图 v_mes_rb_wo |
||||
* |
||||
* @author lqk |
||||
* @date 2026-01-16 17:34 |
||||
*/ |
||||
public class MesRbWo { |
||||
} |
||||
@ -0,0 +1,10 @@ |
||||
package org.springblade.erpdata.pojo.dto.view; |
||||
|
||||
/** |
||||
* 对应ERP中视图 v_mes_rb_wxpromotion |
||||
* |
||||
* @author lqk |
||||
* @date 2026-01-16 17:34 |
||||
*/ |
||||
public class MesRbWxpromotion { |
||||
} |
||||
@ -1,13 +0,0 @@ |
||||
package org.springblade.erpdata.constant; |
||||
|
||||
public interface FormulaConst { |
||||
|
||||
/** |
||||
* |
||||
*/ |
||||
final Integer TYPE_1 = 1; |
||||
/** |
||||
* |
||||
*/ |
||||
final Integer TYPE_2 = 2; |
||||
} |
||||
@ -1,80 +0,0 @@ |
||||
package org.springblade.erpdata.pojo.dto; |
||||
|
||||
import java.util.Date; |
||||
|
||||
/** |
||||
* 生产计划同步DTO |
||||
* |
||||
* @author lqk |
||||
* @date 2025-11-29 14:02 |
||||
*/ |
||||
public class YieldPlanErpDTO { |
||||
/** |
||||
* 通用计数变量 |
||||
*/ |
||||
private Integer rownum; |
||||
/** |
||||
* 工单编号 |
||||
*/ |
||||
private String wono; |
||||
/** |
||||
* 零件编码 |
||||
*/ |
||||
private String prtno; |
||||
/** |
||||
* 零件批次号 |
||||
*/ |
||||
private String prtlotno; |
||||
/** |
||||
* 计划部门 |
||||
*/ |
||||
private String plndept; |
||||
/** |
||||
* 工单数量 |
||||
*/ |
||||
private Integer woporqty; |
||||
/** |
||||
* 需求日期 |
||||
*/ |
||||
private Date woreqdat; |
||||
/** |
||||
* 计划员 |
||||
*/ |
||||
private String plannerdesc; |
||||
/** |
||||
* 工单日期 |
||||
*/ |
||||
private Date wopordat; |
||||
/** |
||||
* 备注 |
||||
*/ |
||||
private String remark; |
||||
/** |
||||
* 工单总数量 |
||||
*/ |
||||
private Integer wototqty; |
||||
/** |
||||
* 主制部门 |
||||
*/ |
||||
private String prtmdept; |
||||
/** |
||||
* 工艺路线编码 |
||||
*/ |
||||
private String processline; |
||||
/** |
||||
* 保管员描述 |
||||
*/ |
||||
private String warctlrdesc; |
||||
/** |
||||
* 镀种 |
||||
*/ |
||||
private String kdofplat; |
||||
/** |
||||
* 工艺路线描述 |
||||
*/ |
||||
private String processlinedesc; |
||||
/** |
||||
* 生产线 |
||||
*/ |
||||
private String prodline; |
||||
} |
||||
Loading…
Reference in new issue