Commit 0d3fa2fb by wancheng

RZ日志注解更新

parent db940891
......@@ -18,15 +18,13 @@ import java.math.BigDecimal;
import java.util.*;
/**
* @author YK
* @date 2024年01月09日 10:18
* @author wan
* @date 2024年02月23日 16:18
*/
public class ServiceHPRZ001 extends ServiceBase {
// 指定存货类型
private static final Integer[] DEFAULT_INVENT_CODE = {InventTypeEnum.RAW.getCode(),
InventTypeEnum.CONSUMABLE.getCode()};
/**
* 画面初始化
......@@ -34,6 +32,7 @@ public class ServiceHPRZ001 extends ServiceBase {
* @param inInfo
* @return
*/
@OperationLogAnnotation(operModul = "日志查询",operType = "查询",operDesc = "初始化")
public EiInfo initLoad(EiInfo inInfo) {
try {
Map queryMap = new HashMap();
......@@ -53,6 +52,7 @@ public class ServiceHPRZ001 extends ServiceBase {
* @param inInfo
* @return
*/
@OperationLogAnnotation(operModul = "日志查询",operType = "查询",operDesc = "查询操作")
@Override
public EiInfo query(EiInfo inInfo) {
try {
......@@ -69,7 +69,7 @@ public class ServiceHPRZ001 extends ServiceBase {
* @param inInfo
* @return
*/
@OperationLogAnnotation(operModul = "日志管理",operType = "查询",operDesc = "初始化")
@OperationLogAnnotation(operModul = "日志查询",operType = "查询",operDesc = "操作模块下拉框")
public EiInfo queryOperModulComboBox(EiInfo inInfo) {
try {
Map queryMap = EiInfoUtils.getFirstRow(inInfo);
......@@ -89,6 +89,7 @@ public class ServiceHPRZ001 extends ServiceBase {
* @param inInfo
* @return
*/
@OperationLogAnnotation(operModul = "日志查询",operType = "查询",operDesc = "操作类型下拉框")
public EiInfo queryOperTypeComboBox(EiInfo inInfo) {
try {
Map queryMap = EiInfoUtils.getFirstRow(inInfo);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment