Compare commits

..

No commits in common. "5105dd13e7e626f65518ccfcde35185ab50dd7a9" and "e54f7fdfde0149512647f6a56f4b1f5c04f6676f" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package com.hivekion.baseData.controller; package com.hivekion.basedata.controller;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.stereotype.Controller; import org.springframework.stereotype.Controller;

View File

@ -1,4 +1,4 @@
package com.hivekion.baseData.entity; package com.hivekion.basedata.entity;
import com.baomidou.mybatisplus.annotation.TableName; import com.baomidou.mybatisplus.annotation.TableName;
import java.io.Serializable; import java.io.Serializable;