@ -3569,7 +3569,7 @@ public class MesEnumUtil {
PCN_MENU(170, "PCN_MENU", ""),
PCN_MODULE(180, "PCN_MODULE", ""),
PCN_LOGOUT(190, "PCN_LOGOUT", ""),
UPDATE_LOCALE_RES(190, "LOCALE_RES_URL", "");
UPDATE_LOCALE_RES(200, "SYNC_DATA_URL", "LOCALE_RES_URL");
private int value;
@ -131,7 +131,8 @@ public class MesPcnEnumUtil {
PCN_LOGIN(160, "PCN_LOGIN", ""),
PCN_LOGOUT(190, "PCN_LOGOUT", "");
UPDATE_LOCALE_RES(200, "LOCALE_RES_URL", "");
@ -12,5 +12,5 @@ import org.springframework.stereotype.Repository;
* @Modify:
**/
@Repository
public interface MesDefectRecordRepositoty extends BaseRepository<MesDefectRecord, Long> {
public interface MesDefectRecordRepository extends BaseRepository<MesDefectRecord, Long> {
}