新增原料入场记录功能,包含免密接口和数据同步,更新相关控制器、实体和服务,支持条码/批次号生成及管理,优化用户体验和系统实时数据处理能力。
This commit is contained in:
@@ -22,4 +22,9 @@ public class FillRuleConstant {
|
||||
*/
|
||||
public static final String CATEGORY = "category_code_rule";
|
||||
|
||||
/**
|
||||
* MES 原料入场记录 条码/批次号
|
||||
*/
|
||||
public static final String MES_RAW_MATERIAL_BARCODE = "mes_raw_material_barcode_rule";
|
||||
|
||||
}
|
||||
|
||||
@@ -203,6 +203,8 @@ public class ShiroConfig {
|
||||
filterChainDefinitionMap.put("/xslmes/mesXslSupplier/anon/**", "anon");
|
||||
// MES磅单管理免密接口(供桌面端调用)
|
||||
filterChainDefinitionMap.put("/xslmes/mesXslWeightRecord/anon/**", "anon");
|
||||
// MES原料入场记录免密接口(供桌面端调用)
|
||||
filterChainDefinitionMap.put("/xslmes/mesXslRawMaterialEntry/anon/**", "anon");
|
||||
// MES密炼物料管理免密接口(供桌面端调用)
|
||||
filterChainDefinitionMap.put("/mes/material/mixerMaterial/anon/**", "anon");
|
||||
// 系统分类字典免密接口(供桌面端调用)
|
||||
|
||||
Reference in New Issue
Block a user