java110
2022-06-16 7ef7366ee829d9e28fbdd45f80fc0e4668f188c7
service-community/src/main/java/com/java110/community/cmd/propertyRightRegistration/SavePropertyRightRegistrationCmd.java
@@ -20,7 +20,7 @@
import com.java110.core.annotation.Java110Cmd;
import com.java110.core.annotation.Java110Transactional;
import com.java110.core.context.ICmdDataFlowContext;
import com.java110.core.event.cmd.AbstractServiceCmdListener;
import com.java110.core.event.cmd.Cmd;
import com.java110.core.event.cmd.CmdEvent;
import com.java110.core.factory.GenerateCodeFactory;
import com.java110.dto.file.FileDto;
@@ -58,7 +58,7 @@
 * // modify by 张三 at 2021-09-12 第10行在某种场景下存在某种bug 需要修复,注释10至20行 加入 20行至30行
 */
@Java110Cmd(serviceCode = "propertyRightRegistration.savePropertyRightRegistration")
public class SavePropertyRightRegistrationCmd extends AbstractServiceCmdListener {
public class SavePropertyRightRegistrationCmd extends Cmd {
    private static Logger logger = LoggerFactory.getLogger(SavePropertyRightRegistrationCmd.class);